#BBC292

Color #BBC292 Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #BBC292

Tints of Green Mist #BBC292

Color information

#BBC292 (or 0xBBC292) is unknown color: approx Green Mist. HEX triplet: BB, C2 and 92. RGB value is (187,194,146). Sum of RGB (Red+Green+Blue) = 187+194+146=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC292 is #443D6D. Grayscale: #BABABA. Windows color (decimal): -4472174 or 9618107. OLE color: 9618107.

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

Color convert

RGB187194146-
CMYK0.0400.250.24
HSL68.75º28.24%66.67%-
HSV(B)68.75º24.74%76.08%-
XYZ44.9751.2234.71-
YUV186.44105.18128.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.48%
GREEN value IS 194 (76.17% from 255) = 36.81%
BLUE value IS 146 (57.42% from 255) = 27.70%
R=35.48%
G=36.81%
B=27.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871941460.0400.250.2468.7528.2466.67
HexBBC292401918451c43
Octal27330222240313010534103
Binary101110111100001010010010100011001110001000101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC292; }

 p { color: rgb(187,194,146); }

 H1.HeaderClassName
 {
   color: #BBC292;
 }
 .AnyTagClassName
 {
   color: #BBC292;
 }
</style>
background-color css

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

 a { background-color: rgb(187,194,146); }

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

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

 span { border-color: rgb(187,194,146); }

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