#BDC694

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

Shades of Green Mist #BDC694

Tints of Green Mist #BDC694

Color information

#BDC694 (or 0xBDC694) is unknown color: approx Green Mist. HEX triplet: BD, C6 and 94. RGB value is (189,198,148). Sum of RGB (Red+Green+Blue) = 189+198+148=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC694 is #42396B. Grayscale: #BDBDBD. Windows color (decimal): -4340076 or 9750205. OLE color: 9750205.

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

Color convert

RGB189198148-
CMYK0.0500.250.22
HSL70.8º30.49%67.84%-
HSV(B)70.8º25.25%77.65%-
XYZ46.5353.3535.86-
YUV189.61104.52127.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.33%
GREEN value IS 198 (77.73% from 255) = 37.01%
BLUE value IS 148 (58.20% from 255) = 27.66%
R=35.33%
G=37.01%
B=27.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891981480.0500.250.2270.830.4967.84
HexBDC694501916471e44
Octal27530622450312610736104
Binary101111011100011010010100101011001101101000111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC694; }

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

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

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

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

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

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

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

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