#BDC699

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

Shades of Green Mist #BDC699

Tints of Green Mist #BDC699

Color information

#BDC699 (or 0xBDC699) is unknown color: approx Green Mist. HEX triplet: BD, C6 and 99. RGB value is (189,198,153). Sum of RGB (Red+Green+Blue) = 189+198+153=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 153 (60.16% from 255 or 28.33% from 540); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC699 is #423966. Grayscale: #BEBEBE. Windows color (decimal): -4340071 or 10077885. OLE color: 10077885.

HSL color Cylindrical-coordinate representation of color #BDC699: hue angle of 72º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDC699 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB189198153-
CMYK0.0500.230.22
HSL72º28.3%68.82%-
HSV(B)72º22.73%77.65%-
XYZ46.9353.5137.99-
YUV190.18107.02127.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35%
GREEN value IS 198 (77.73% from 255) = 36.67%
BLUE value IS 153 (60.16% from 255) = 28.33%
R=35%
G=36.67%
B=28.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891981530.0500.230.227228.368.82
HexBDC699501716481c45
Octal27530623150272611034105
Binary101111011100011010011001101010111101101001000111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC699; }

 p { color: rgb(189,198,153); }

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

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

 a { background-color: rgb(189,198,153); }

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

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

 span { border-color: rgb(189,198,153); }

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