Html Css Color HEX #BBC595 Green Mist

📋 copy color: '#BBC595'

red 187 ◦ green 197 ◦ blue 149

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

Shades of Green Mist #BBC595

Tints of Green Mist #BBC595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.95%

R = 35.08%
G = 36.96%
B = 27.95%

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

#BBC595 (or 0xBBC595) is known color: Green Mist. HEX triplet: BB, C5 and 95. RGB value is (187,197,149). Sum of RGB (Red+Green+Blue) = 187+197+149=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 197 (77.34% from 255 or 36.96% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC595 is #443A6A. Grayscale: #BCBCBC. Windows color (decimal): -4471403 or 9815483. OLE color: 9815483.

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

Color convert

RGB 187 197 149 -
CMYK 0.05 0 0.24 0.23
HSL 72.5º 0.29% 0.68% -
HSV(B) 72.5º 0.24% 0.77% -
XYZ 45.88 52.67 36.18 -
YUV 188.54 105.69 126.9 -
System Red Green Blue C M Y K H S L
Decimal 187 197 149 0.05 0 0.24 0.23 72.5 0.29 0.68
Hex BB C5 95 5 0 18 17 48 1D 44
Octal 273 305 225 5 0 30 27 110 35 104
Binary 10111011 11000101 10010101 101 0 11000 10111 1001000 11101 1000100

Color Harmonies of #BBC595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC595

Black with #BBC595

Text Example


Text Example

White with #BBC595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC595; }

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

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

background-color css

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

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

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

border-color css

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

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

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