#9D9F2F

Color #9D9F2F Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #9D9F2F

Tints of Citron #9D9F2F

Color information

#9D9F2F (or 0x9D9F2F) is unknown color: approx Citron. HEX triplet: 9D, 9F and 2F. RGB value is (157,159,47). Sum of RGB (Red+Green+Blue) = 157+159+47=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 159 - color contains mainly: green. Hex color #9D9F2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D9F2F is #6260D0. Grayscale: #929292. Windows color (decimal): -6447313 or 3121053. OLE color: 3121053.

HSL color Cylindrical-coordinate representation of color #9D9F2F: hue angle of 61.07º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9D9F2F is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB15715947-
CMYK0.0100.700.38
HSL61.07º54.37%40.39%-
HSV(B)61.07º70.44%62.35%-
XYZ26.8232.177.49-
YUV145.6372.34136.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.25%
GREEN value IS 159 (62.5% from 255) = 43.80%
BLUE value IS 47 (18.75% from 255) = 12.95%
R=43.25%
G=43.80%
B=12.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157159470.0100.700.3861.0754.3740.39
Hex9D9F2F1046263d3628
Octal235237571010646756650
Binary1001110110011111101111101000110100110111101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D9F2F; }

 p { color: rgb(157,159,47); }

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

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

 a { background-color: rgb(157,159,47); }

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

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

 span { border-color: rgb(157,159,47); }

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