#BDC591

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

Shades of Green Mist #BDC591

Tints of Green Mist #BDC591

Color information

#BDC591 (or 0xBDC591) is unknown color: approx Green Mist. HEX triplet: BD, C5 and 91. RGB value is (189,197,145). Sum of RGB (Red+Green+Blue) = 189+197+145=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 145 (57.03% from 255 or 27.31% from 531); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC591 is #423A6E. Grayscale: #BCBCBC. Windows color (decimal): -4340335 or 9553341. OLE color: 9553341.

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

Color convert

RGB189197145-
CMYK0.0400.260.23
HSL69.23º30.95%67.06%-
HSV(B)69.23º26.4%77.25%-
XYZ46.0652.834.55-
YUV188.68103.35128.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.59%
GREEN value IS 197 (77.34% from 255) = 37.10%
BLUE value IS 145 (57.03% from 255) = 27.31%
R=35.59%
G=37.10%
B=27.31%

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
Decimal1891971450.0400.260.2369.2330.9567.06
HexBDC591401A17451f43
Octal27530522140322710537103
Binary101111011100010110010001100011010101111000101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC591; }

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

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

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

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

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

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

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

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