#BDC98A

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

Shades of Green Mist #BDC98A

Tints of Green Mist #BDC98A

Color information

#BDC98A (or 0xBDC98A) is unknown color: approx Green Mist. HEX triplet: BD, C9 and 8A. RGB value is (189,201,138). Sum of RGB (Red+Green+Blue) = 189+201+138=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 138 (54.30% from 255 or 26.14% from 528); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC98A is #423675. Grayscale: #BEBEBE. Windows color (decimal): -4339318 or 9095613. OLE color: 9095613.

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

Color convert

RGB189201138-
CMYK0.0600.310.21
HSL71.43º36.84%66.47%-
HSV(B)71.43º31.34%78.82%-
XYZ46.4654.4332.1-
YUV190.2398.52127.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.80%
GREEN value IS 201 (78.91% from 255) = 38.07%
BLUE value IS 138 (54.30% from 255) = 26.14%
R=35.80%
G=38.07%
B=26.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892011380.0600.310.2171.4336.8466.47
HexBDC98A601F15472542
Octal27531121260372510745102
Binary1011110111001001100010101100111111010110001111001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC98A; }

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

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

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

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

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

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

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

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