#BDC09A

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

Shades of Green Mist #BDC09A

Tints of Green Mist #BDC09A

Color information

#BDC09A (or 0xBDC09A) is unknown color: approx Green Mist. HEX triplet: BD, C0 and 9A. RGB value is (189,192,154). Sum of RGB (Red+Green+Blue) = 189+192+154=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC09A is #423F65. Grayscale: #BABABA. Windows color (decimal): -4341606 or 10141885. OLE color: 10141885.

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

Color convert

RGB189192154-
CMYK0.0200.200.25
HSL64.74º23.17%67.84%-
HSV(B)64.74º19.79%75.29%-
XYZ45.6750.8537.98-
YUV186.77109.51129.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.33%
GREEN value IS 192 (75.39% from 255) = 35.89%
BLUE value IS 154 (60.55% from 255) = 28.79%
R=35.33%
G=35.89%
B=28.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891921540.0200.200.2564.7423.1767.84
HexBDC09A201419411744
Octal27530023220243110127104
Binary10111101110000001001101010010100110011000001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC09A; }

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

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

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

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

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

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

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

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