#BBC19A

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

Shades of Green Mist #BBC19A

Tints of Green Mist #BBC19A

Color information

#BBC19A (or 0xBBC19A) is unknown color: approx Green Mist. HEX triplet: BB, C1 and 9A. RGB value is (187,193,154). Sum of RGB (Red+Green+Blue) = 187+193+154=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 193 (75.78% from 255 or 36.14% from 534); Blue value is 154 (60.55% from 255 or 28.84% from 534); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC19A is #443E65. Grayscale: #BABABA. Windows color (decimal): -4472422 or 10142139. OLE color: 10142139.

HSL color Cylindrical-coordinate representation of color #BBC19A: hue angle of 69.23º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBC19A is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB187193154-
CMYK0.0300.200.24
HSL69.23º23.93%68.04%-
HSV(B)69.23º20.21%75.69%-
XYZ45.451.0438.03-
YUV186.76109.51128.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.02%
GREEN value IS 193 (75.78% from 255) = 36.14%
BLUE value IS 154 (60.55% from 255) = 28.84%
R=35.02%
G=36.14%
B=28.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871931540.0300.200.2469.2323.9368.04
HexBBC19A301418451844
Octal27330123230243010530104
Binary10111011110000011001101011010100110001000101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC19A; }

 p { color: rgb(187,193,154); }

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

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

 a { background-color: rgb(187,193,154); }

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

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

 span { border-color: rgb(187,193,154); }

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