#BBC68B

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

Shades of Green Mist #BBC68B

Tints of Green Mist #BBC68B

Color information

#BBC68B (or 0xBBC68B) is unknown color: approx Green Mist. HEX triplet: BB, C6 and 8B. RGB value is (187,198,139). Sum of RGB (Red+Green+Blue) = 187+198+139=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC68B is #443974. Grayscale: #BCBCBC. Windows color (decimal): -4471157 or 9160379. OLE color: 9160379.

HSL color Cylindrical-coordinate representation of color #BBC68B: hue angle of 71.19º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBC68B is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB187198139-
CMYK0.0600.300.22
HSL71.19º34.1%66.08%-
HSV(B)71.19º29.8%77.65%-
XYZ45.3552.8232.23-
YUV187.98100.36127.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.69%
GREEN value IS 198 (77.73% from 255) = 37.79%
BLUE value IS 139 (54.69% from 255) = 26.53%
R=35.69%
G=37.79%
B=26.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871981390.0600.300.2271.1934.166.08
HexBBC68B601E16472242
Octal27330621360362610742102
Binary1011101111000110100010111100111101011010001111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC68B; }

 p { color: rgb(187,198,139); }

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

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

 a { background-color: rgb(187,198,139); }

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

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

 span { border-color: rgb(187,198,139); }

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