#BDC78A

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

Shades of Green Mist #BDC78A

Tints of Green Mist #BDC78A

Color information

#BDC78A (or 0xBDC78A) is unknown color: approx Green Mist. HEX triplet: BD, C7 and 8A. RGB value is (189,199,138). Sum of RGB (Red+Green+Blue) = 189+199+138=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 199 (78.12% from 255 or 37.83% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC78A is #423875. Grayscale: #BDBDBD. Windows color (decimal): -4339830 or 9095101. OLE color: 9095101.

HSL color Cylindrical-coordinate representation of color #BDC78A: hue angle of 69.84º degrees, saturation: 0.35, 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 #BDC78A is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB189199138-
CMYK0.0500.310.22
HSL69.84º35.26%66.08%-
HSV(B)69.84º30.65%78.04%-
XYZ4653.531.95-
YUV189.0699.19127.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.93%
GREEN value IS 199 (78.12% from 255) = 37.83%
BLUE value IS 138 (54.30% from 255) = 26.24%
R=35.93%
G=37.83%
B=26.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891991380.0500.310.2269.8435.2666.08
HexBDC78A501F16462342
Octal27530721250372610643102
Binary1011110111000111100010101010111111011010001101000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC78A; }

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

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

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

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

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

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

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

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