Html Css Color HEX #BBC495 Green Mist

📋 copy color: '#BBC495'

red 187 ◦ green 196 ◦ blue 149

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

Shades of Green Mist #BBC495

Tints of Green Mist #BBC495

RGB

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

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

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

R = 35.15%
G = 36.84%
B = 28.01%

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

#BBC495 (or 0xBBC495) is known color: Green Mist. HEX triplet: BB, C4 and 95. RGB value is (187,196,149). Sum of RGB (Red+Green+Blue) = 187+196+149=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC495 is #443B6A. Grayscale: #BCBCBC. Windows color (decimal): -4471659 or 9815227. OLE color: 9815227.

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

Color convert

RGB 187 196 149 -
CMYK 0.05 0 0.24 0.23
HSL 71.49º 0.28% 0.68% -
HSV(B) 71.49º 0.24% 0.77% -
XYZ 45.66 52.21 36.11 -
YUV 187.95 106.02 127.32 -
System Red Green Blue C M Y K H S L
Decimal 187 196 149 0.05 0 0.24 0.23 71.49 0.28 0.68
Hex BB C4 95 5 0 18 17 47 1C 44
Octal 273 304 225 5 0 30 27 107 34 104
Binary 10111011 11000100 10010101 101 0 11000 10111 1000111 11100 1000100

Color Harmonies of #BBC495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC495

Black with #BBC495

Text Example


Text Example

White with #BBC495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC495; }

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

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

background-color css

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

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

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

border-color css

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

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

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