#BDC592

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

Shades of Green Mist #BDC592

Tints of Green Mist #BDC592

Color information

#BDC592 (or 0xBDC592) is unknown color: approx Green Mist. HEX triplet: BD, C5 and 92. RGB value is (189,197,146). Sum of RGB (Red+Green+Blue) = 189+197+146=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 197 (77.34% from 255 or 37.03% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC592 is #423A6D. Grayscale: #BCBCBC. Windows color (decimal): -4340334 or 9618877. OLE color: 9618877.

HSL color Cylindrical-coordinate representation of color #BDC592: hue angle of 69.41º degrees, saturation: 0.31, 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 #BDC592 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB189197146-
CMYK0.0400.260.23
HSL69.41º30.54%67.25%-
HSV(B)69.41º25.89%77.25%-
XYZ46.1452.8334.96-
YUV188.79103.85128.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.53%
GREEN value IS 197 (77.34% from 255) = 37.03%
BLUE value IS 146 (57.42% from 255) = 27.44%
R=35.53%
G=37.03%
B=27.44%

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
Decimal1891971460.0400.260.2369.4130.5467.25
HexBDC592401A17451f43
Octal27530522240322710537103
Binary101111011100010110010010100011010101111000101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC592; }

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

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

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

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

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

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

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

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