Html Css Color HEX #BBC596 Green Mist

📋 copy color: '#BBC596'

red 187 ◦ green 197 ◦ blue 150

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

Shades of Green Mist #BBC596

Tints of Green Mist #BBC596

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.89%

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

R = 35.02%
G = 36.89%
B = 28.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#BBC596 (or 0xBBC596) is known color: Green Mist. HEX triplet: BB, C5 and 96. RGB value is (187,197,150). Sum of RGB (Red+Green+Blue) = 187+197+150=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC596 is #443A69. Grayscale: #BCBCBC. Windows color (decimal): -4471402 or 9881019. OLE color: 9881019.

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

Color convert

RGB 187 197 150 -
CMYK 0.05 0 0.24 0.23
HSL 72.77º 0.29% 0.68% -
HSV(B) 72.77º 0.24% 0.77% -
XYZ 45.96 52.7 36.6 -
YUV 188.65 106.19 126.82 -
System Red Green Blue C M Y K H S L
Decimal 187 197 150 0.05 0 0.24 0.23 72.77 0.29 0.68
Hex BB C5 96 5 0 18 17 49 1D 44
Octal 273 305 226 5 0 30 27 111 35 104
Binary 10111011 11000101 10010110 101 0 11000 10111 1001001 11101 1000100

Color Harmonies of #BBC596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC596

Black with #BBC596

Text Example


Text Example

White with #BBC596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC596; }

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

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

background-color css

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

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

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

border-color css

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

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

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