#BDC097

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

Shades of Green Mist #BDC097

Tints of Green Mist #BDC097

Color information

#BDC097 (or 0xBDC097) is unknown color: approx Green Mist. HEX triplet: BD, C0 and 97. RGB value is (189,192,151). Sum of RGB (Red+Green+Blue) = 189+192+151=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 151 (59.38% from 255 or 28.38% from 532); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC097 is #423F68. Grayscale: #BABABA. Windows color (decimal): -4341609 or 9945277. OLE color: 9945277.

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

Color convert

RGB189192151-
CMYK0.0200.210.25
HSL64.39º24.55%67.25%-
HSV(B)64.39º21.35%75.29%-
XYZ45.4250.7536.68-
YUV186.43108.01129.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.53%
GREEN value IS 192 (75.39% from 255) = 36.09%
BLUE value IS 151 (59.38% from 255) = 28.38%
R=35.53%
G=36.09%
B=28.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891921510.0200.210.2564.3924.5567.25
HexBDC097201519401943
Octal27530022720253110031103
Binary10111101110000001001011110010101110011000000110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC097; }

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

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

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

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

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

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

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

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