Html Css Color HEX #BBBF96 Green Mist

📋 copy color: '#BBBF96'

red 187 ◦ green 191 ◦ blue 150

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

Shades of Green Mist #BBBF96

Tints of Green Mist #BBBF96

RGB

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

 GREEN value IS 191 (75% from 255) = 36.17%

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

R = 35.42%
G = 36.17%
B = 28.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BBBF96 (or 0xBBBF96) is known color: Green Mist. HEX triplet: BB, BF and 96. RGB value is (187,191,150). Sum of RGB (Red+Green+Blue) = 187+191+150=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBF96 is #444069. Grayscale: #B9B9B9. Windows color (decimal): -4472938 or 9879483. OLE color: 9879483.

HSL color Cylindrical-coordinate representation of color #BBBF96: hue angle of 65.85º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBBF96 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 191 150 -
CMYK 0.02 0 0.21 0.25
HSL 65.85º 0.24% 0.67% -
HSV(B) 65.85º 0.21% 0.75% -
XYZ 44.63 50.03 36.16 -
YUV 185.13 108.17 129.33 -
System Red Green Blue C M Y K H S L
Decimal 187 191 150 0.02 0 0.21 0.25 65.85 0.24 0.67
Hex BB BF 96 2 0 15 19 42 18 43
Octal 273 277 226 2 0 25 31 102 30 103
Binary 10111011 10111111 10010110 10 0 10101 11001 1000010 11000 1000011

Color Harmonies of #BBBF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBF96

Black with #BBBF96

Text Example


Text Example

White with #BBBF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBF96; }

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

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

background-color css

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

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

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

border-color css

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

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

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