#BDC09B

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

Shades of Green Mist #BDC09B

Tints of Green Mist #BDC09B

Color information

#BDC09B (or 0xBDC09B) is unknown color: approx Green Mist. HEX triplet: BD, C0 and 9B. RGB value is (189,192,155). Sum of RGB (Red+Green+Blue) = 189+192+155=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 155 (60.94% from 255 or 28.92% from 536); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC09B is #423F64. Grayscale: #BBBBBB. Windows color (decimal): -4341605 or 10207421. OLE color: 10207421.

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

Color convert

RGB189192155-
CMYK0.0200.190.25
HSL64.86º22.7%68.04%-
HSV(B)64.86º19.27%75.29%-
XYZ45.7550.8838.42-
YUV186.88110.01129.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.26%
GREEN value IS 192 (75.39% from 255) = 35.82%
BLUE value IS 155 (60.94% from 255) = 28.92%
R=35.26%
G=35.82%
B=28.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891921550.0200.190.2564.8622.768.04
HexBDC09B201319411744
Octal27530023320233110127104
Binary10111101110000001001101110010011110011000001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC09B; }

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

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

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

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

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

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

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

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