#BDC98B

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

Shades of Green Mist #BDC98B

Tints of Green Mist #BDC98B

Color information

#BDC98B (or 0xBDC98B) is unknown color: approx Green Mist. HEX triplet: BD, C9 and 8B. RGB value is (189,201,139). Sum of RGB (Red+Green+Blue) = 189+201+139=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 139 (54.69% from 255 or 26.28% from 529); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC98B is #423674. Grayscale: #BEBEBE. Windows color (decimal): -4339317 or 9161149. OLE color: 9161149.

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

Color convert

RGB189201139-
CMYK0.0600.310.21
HSL71.61º36.47%66.67%-
HSV(B)71.61º30.85%78.82%-
XYZ46.5354.4632.48-
YUV190.3499.02127.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.73%
GREEN value IS 201 (78.91% from 255) = 38.00%
BLUE value IS 139 (54.69% from 255) = 26.28%
R=35.73%
G=38.00%
B=26.28%

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
Decimal1892011390.0600.310.2171.6136.4766.67
HexBDC98B601F15482443
Octal27531121360372511044103
Binary1011110111001001100010111100111111010110010001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC98B; }

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

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

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

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

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

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

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

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