#BDC88A

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

Shades of Green Mist #BDC88A

Tints of Green Mist #BDC88A

Color information

#BDC88A (or 0xBDC88A) is unknown color: approx Green Mist. HEX triplet: BD, C8 and 8A. RGB value is (189,200,138). Sum of RGB (Red+Green+Blue) = 189+200+138=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC88A is #423775. Grayscale: #BDBDBD. Windows color (decimal): -4339574 or 9095357. OLE color: 9095357.

HSL color Cylindrical-coordinate representation of color #BDC88A: hue angle of 70.65º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDC88A is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB189200138-
CMYK0.0600.310.22
HSL70.65º36.05%66.27%-
HSV(B)70.65º31%78.43%-
XYZ46.2353.9632.02-
YUV189.6498.86127.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.86%
GREEN value IS 200 (78.52% from 255) = 37.95%
BLUE value IS 138 (54.30% from 255) = 26.19%
R=35.86%
G=37.95%
B=26.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1892001380.0600.310.2270.6536.0566.27
HexBDC88A601F16472442
Octal27531021260372610744102
Binary1011110111001000100010101100111111011010001111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC88A; }

 p { color: rgb(189,200,138); }

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

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

 a { background-color: rgb(189,200,138); }

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

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

 span { border-color: rgb(189,200,138); }

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