Html Css Color HEX #BBC496 Green Mist

📋 copy color: '#BBC496'

red 187 ◦ green 196 ◦ blue 150

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

Shades of Green Mist #BBC496

Tints of Green Mist #BBC496

RGB

 RED value IS 187 (73.44% from 255) = 35.08%

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

 BLUE value IS 150 (58.98% from 255) = 28.14%

R = 35.08%
G = 36.77%
B = 28.14%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#BBC496 (or 0xBBC496) is known color: Green Mist. HEX triplet: BB, C4 and 96. RGB value is (187,196,150). Sum of RGB (Red+Green+Blue) = 187+196+150=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC496 is #443B69. Grayscale: #BCBCBC. Windows color (decimal): -4471658 or 9880763. OLE color: 9880763.

HSL color Cylindrical-coordinate representation of color #BBC496: hue angle of 71.74º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBC496 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 196 150 -
CMYK 0.05 0 0.23 0.23
HSL 71.74º 0.28% 0.68% -
HSV(B) 71.74º 0.23% 0.77% -
XYZ 45.74 52.25 36.53 -
YUV 188.07 106.52 127.24 -
System Red Green Blue C M Y K H S L
Decimal 187 196 150 0.05 0 0.23 0.23 71.74 0.28 0.68
Hex BB C4 96 5 0 17 17 48 1C 44
Octal 273 304 226 5 0 27 27 110 34 104
Binary 10111011 11000100 10010110 101 0 10111 10111 1001000 11100 1000100

Color Harmonies of #BBC496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC496

Black with #BBC496

Text Example


Text Example

White with #BBC496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC496; }

 p { color: rgb(187,196,150); }

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

background-color css

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

 a { background-color: rgb(187,196,150); }

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

border-color css

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

 span { border-color: rgb(187,196,150); }

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