#BDC090

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

Shades of Green Mist #BDC090

Tints of Green Mist #BDC090

Color information

#BDC090 (or 0xBDC090) is unknown color: approx Green Mist. HEX triplet: BD, C0 and 90. RGB value is (189,192,144). Sum of RGB (Red+Green+Blue) = 189+192+144=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC090 is #423F6F. Grayscale: #B9B9B9. Windows color (decimal): -4341616 or 9486525. OLE color: 9486525.

HSL color Cylindrical-coordinate representation of color #BDC090: hue angle of 63.75º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDC090 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB189192144-
CMYK0.0200.250.25
HSL63.75º27.59%65.88%-
HSV(B)63.75º25%75.29%-
XYZ44.8750.5333.77-
YUV185.63104.51130.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36%
GREEN value IS 192 (75.39% from 255) = 36.57%
BLUE value IS 144 (56.64% from 255) = 27.43%
R=36%
G=36.57%
B=27.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891921440.0200.250.2563.7527.5965.88
HexBDC090201919401c42
Octal27530022020313110034102
Binary10111101110000001001000010011001110011000000111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC090; }

 p { color: rgb(189,192,144); }

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

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

 a { background-color: rgb(189,192,144); }

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

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

 span { border-color: rgb(189,192,144); }

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