#BDC690

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

Shades of Green Mist #BDC690

Tints of Green Mist #BDC690

Color information

#BDC690 (or 0xBDC690) is unknown color: approx Green Mist. HEX triplet: BD, C6 and 90. RGB value is (189,198,144). Sum of RGB (Red+Green+Blue) = 189+198+144=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC690 is #42396F. Grayscale: #BDBDBD. Windows color (decimal): -4340080 or 9488061. OLE color: 9488061.

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

Color convert

RGB189198144-
CMYK0.0500.270.22
HSL70º32.14%67.06%-
HSV(B)70º27.27%77.65%-
XYZ46.2153.2234.22-
YUV189.15102.52127.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.59%
GREEN value IS 198 (77.73% from 255) = 37.29%
BLUE value IS 144 (56.64% from 255) = 27.12%
R=35.59%
G=37.29%
B=27.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891981440.0500.270.227032.1467.06
HexBDC690501B16462043
Octal27530622050332610640103
Binary1011110111000110100100001010110111011010001101000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC690; }

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

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

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

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

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

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

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

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