Html Css Color HEX #BBC497 Green Mist

📋 copy color: '#BBC497'

red 187 ◦ green 196 ◦ blue 151

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

Shades of Green Mist #BBC497

Tints of Green Mist #BBC497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 28.28%

R = 35.02%
G = 36.7%
B = 28.28%

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

#BBC497 (or 0xBBC497) is known color: Green Mist. HEX triplet: BB, C4 and 97. RGB value is (187,196,151). Sum of RGB (Red+Green+Blue) = 187+196+151=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 196 (76.95% from 255 or 36.70% from 534); Blue value is 151 (59.38% from 255 or 28.28% from 534); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC497 is #443B68. Grayscale: #BCBCBC. Windows color (decimal): -4471657 or 9946299. OLE color: 9946299.

HSL color Cylindrical-coordinate representation of color #BBC497: hue angle of 72º 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 #BBC497 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 196 151 -
CMYK 0.05 0 0.23 0.23
HSL 72º 0.28% 0.68% -
HSV(B) 72º 0.23% 0.77% -
XYZ 45.82 52.28 36.95 -
YUV 188.18 107.02 127.16 -
System Red Green Blue C M Y K H S L
Decimal 187 196 151 0.05 0 0.23 0.23 72 0.28 0.68
Hex BB C4 97 5 0 17 17 48 1C 44
Octal 273 304 227 5 0 27 27 110 34 104
Binary 10111011 11000100 10010111 101 0 10111 10111 1001000 11100 1000100

Color Harmonies of #BBC497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC497

Black with #BBC497

Text Example


Text Example

White with #BBC497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC497; }

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

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

background-color css

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

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

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

border-color css

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

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

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