#BDC492

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

Shades of Green Mist #BDC492

Tints of Green Mist #BDC492

Color information

#BDC492 (or 0xBDC492) is unknown color: approx Green Mist. HEX triplet: BD, C4 and 92. RGB value is (189,196,146). Sum of RGB (Red+Green+Blue) = 189+196+146=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC492 is #423B6D. Grayscale: #BCBCBC. Windows color (decimal): -4340590 or 9618621. OLE color: 9618621.

HSL color Cylindrical-coordinate representation of color #BDC492: hue angle of 68.4º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDC492 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB189196146-
CMYK0.0400.260.23
HSL68.4º29.76%67.06%-
HSV(B)68.4º25.51%76.86%-
XYZ45.9152.3734.88-
YUV188.21104.18128.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.59%
GREEN value IS 196 (76.95% from 255) = 36.91%
BLUE value IS 146 (57.42% from 255) = 27.50%
R=35.59%
G=36.91%
B=27.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891961460.0400.260.2368.429.7667.06
HexBDC492401A17441e43
Octal27530422240322710436103
Binary101111011100010010010010100011010101111000100111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC492; }

 p { color: rgb(189,196,146); }

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

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

 a { background-color: rgb(189,196,146); }

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

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

 span { border-color: rgb(189,196,146); }

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