Html Css Color HEX #BEC48B Green Mist

📋 copy color: '#BEC48B'

red 190 ◦ green 196 ◦ blue 139

#BEC48B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Mist #BEC48B

Tints of Green Mist #BEC48B

RGB

 RED value IS 190 (74.61% from 255) = 36.19%

 GREEN value IS 196 (76.95% from 255) = 37.33%

 BLUE value IS 139 (54.69% from 255) = 26.48%

R = 36.19%
G = 37.33%
B = 26.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BEC48B (or 0xBEC48B) is known color: Green Mist. HEX triplet: BE, C4 and 8B. RGB value is (190,196,139). Sum of RGB (Red+Green+Blue) = 190+196+139=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 196 (76.95% from 255 or 37.33% from 525); Blue value is 139 (54.69% from 255 or 26.48% from 525); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC48B is #413B74. Grayscale: #BBBBBB. Windows color (decimal): -4275061 or 9159870. OLE color: 9159870.

HSL color Cylindrical-coordinate representation of color #BEC48B: hue angle of 66.32º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEC48B is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 196 139 -
CMYK 0.03 0 0.29 0.23
HSL 66.32º 0.33% 0.66% -
HSV(B) 66.32º 0.29% 0.77% -
XYZ 45.64 52.29 32.11 -
YUV 187.71 100.51 129.63 -
System Red Green Blue C M Y K H S L
Decimal 190 196 139 0.03 0 0.29 0.23 66.32 0.33 0.66
Hex BE C4 8B 3 0 1D 17 42 21 42
Octal 276 304 213 3 0 35 27 102 41 102
Binary 10111110 11000100 10001011 11 0 11101 10111 1000010 100001 1000010

Color Harmonies of #BEC48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC48B

Black with #BEC48B

Text Example


Text Example

White with #BEC48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC48B; }

 p { color: rgb(190,196,139); }

 H1.HeaderClassName
 {
   color: #BEC48B;
 }
 .AnyTagClassName
 {
   color: #BEC48B;
 }
</style>

background-color css

<style>
 a { background-color: #BEC48B; }

 a { background-color: rgb(190,196,139); }

 div.DivClassName
 {
   background-color: #BEC48B;
 }
 .BgClassName
 {
   background-color: #BEC48B;
 }
</style>

border-color css

<style>
 span { border-color: #BEC48B; }

 span { border-color: rgb(190,196,139); }

 td.TdClassName
 {
   border-color: #BEC48B;
 }
 .TagClassName
 {
   border-color: #BEC48B;
 }
</style>