#BDC59B

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

Shades of Green Mist #BDC59B

Tints of Green Mist #BDC59B

Color information

#BDC59B (or 0xBDC59B) is unknown color: approx Green Mist. HEX triplet: BD, C5 and 9B. RGB value is (189,197,155). Sum of RGB (Red+Green+Blue) = 189+197+155=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 155 (60.94% from 255 or 28.65% from 541); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC59B is #423A64. Grayscale: #BDBDBD. Windows color (decimal): -4340325 or 10208701. OLE color: 10208701.

HSL color Cylindrical-coordinate representation of color #BDC59B: hue angle of 71.43º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC59B is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB189197155-
CMYK0.0400.210.23
HSL71.43º26.58%69.02%-
HSV(B)71.43º21.32%77.25%-
XYZ46.8753.1238.79-
YUV189.82108.35127.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.94%
GREEN value IS 197 (77.34% from 255) = 36.41%
BLUE value IS 155 (60.94% from 255) = 28.65%
R=34.94%
G=36.41%
B=28.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891971550.0400.210.2371.4326.5869.02
HexBDC59B401517471b45
Octal27530523340252710733105
Binary101111011100010110011011100010101101111000111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC59B; }

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

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

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

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

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

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

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

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