#BDC08F

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

Shades of Green Mist #BDC08F

Tints of Green Mist #BDC08F

Color information

#BDC08F (or 0xBDC08F) is unknown color: approx Green Mist. HEX triplet: BD, C0 and 8F. RGB value is (189,192,143). Sum of RGB (Red+Green+Blue) = 189+192+143=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 143 (56.25% from 255 or 27.29% from 524); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC08F is #423F70. Grayscale: #B9B9B9. Windows color (decimal): -4341617 or 9420989. OLE color: 9420989.

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

Color convert

RGB189192143-
CMYK0.0200.260.25
HSL63.67º28%65.69%-
HSV(B)63.67º25.52%75.29%-
XYZ44.7950.533.37-
YUV185.52104.01130.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.07%
GREEN value IS 192 (75.39% from 255) = 36.64%
BLUE value IS 143 (56.25% from 255) = 27.29%
R=36.07%
G=36.64%
B=27.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891921430.0200.260.2563.672865.69
HexBDC08F201A19401c42
Octal27530021720323110034102
Binary10111101110000001000111110011010110011000000111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC08F; }

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

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

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

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

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

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

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

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