Html Css Color HEX #BBC396 Green Mist

📋 copy color: '#BBC396'

red 187 ◦ green 195 ◦ blue 150

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

Shades of Green Mist #BBC396

Tints of Green Mist #BBC396

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.65%

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

R = 35.15%
G = 36.65%
B = 28.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#BBC396 (or 0xBBC396) is known color: Green Mist. HEX triplet: BB, C3 and 96. RGB value is (187,195,150). Sum of RGB (Red+Green+Blue) = 187+195+150=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC396 is #443C69. Grayscale: #BBBBBB. Windows color (decimal): -4471914 or 9880507. OLE color: 9880507.

HSL color Cylindrical-coordinate representation of color #BBC396: hue angle of 70.67º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBC396 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 195 150 -
CMYK 0.04 0 0.23 0.24
HSL 70.67º 0.27% 0.68% -
HSV(B) 70.67º 0.23% 0.76% -
XYZ 45.51 51.8 36.45 -
YUV 187.48 106.85 127.66 -
System Red Green Blue C M Y K H S L
Decimal 187 195 150 0.04 0 0.23 0.24 70.67 0.27 0.68
Hex BB C3 96 4 0 17 18 47 1B 44
Octal 273 303 226 4 0 27 30 107 33 104
Binary 10111011 11000011 10010110 100 0 10111 11000 1000111 11011 1000100

Color Harmonies of #BBC396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC396

Black with #BBC396

Text Example


Text Example

White with #BBC396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC396; }

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

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

background-color css

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

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

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

border-color css

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

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

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