#BDC08D

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

Shades of Green Mist #BDC08D

Tints of Green Mist #BDC08D

Color information

#BDC08D (or 0xBDC08D) is unknown color: approx Green Mist. HEX triplet: BD, C0 and 8D. RGB value is (189,192,141). Sum of RGB (Red+Green+Blue) = 189+192+141=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC08D is #423F72. Grayscale: #B9B9B9. Windows color (decimal): -4341619 or 9289917. OLE color: 9289917.

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

Color convert

RGB189192141-
CMYK0.0200.270.25
HSL63.53º28.81%65.29%-
HSV(B)63.53º26.56%75.29%-
XYZ44.6450.4432.58-
YUV185.29103.01130.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.21%
GREEN value IS 192 (75.39% from 255) = 36.78%
BLUE value IS 141 (55.47% from 255) = 27.01%
R=36.21%
G=36.78%
B=27.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891921410.0200.270.2563.5328.8165.29
HexBDC08D201B19401d41
Octal27530021520333110035101
Binary10111101110000001000110110011011110011000000111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC08D; }

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

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

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

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

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

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

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

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