#979F2A

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

Shades of Citron #979F2A

Tints of Citron #979F2A

Color information

#979F2A (or 0x979F2A) is unknown color: approx Citron. HEX triplet: 97, 9F and 2A. RGB value is (151,159,42). Sum of RGB (Red+Green+Blue) = 151+159+42=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 159 (62.5% from 255 or 45.17% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 159 - color contains mainly: green. Hex color #979F2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979F2A is #6860D5. Grayscale: #8F8F8F. Windows color (decimal): -6840534 or 2793367. OLE color: 2793367.

HSL color Cylindrical-coordinate representation of color #979F2A: hue angle of 64.1º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #979F2A is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.38.

Color convert

RGB15115942-
CMYK0.0500.740.38
HSL64.1º58.21%39.41%-
HSV(B)64.1º73.58%62.35%-
XYZ25.5831.546.93-
YUV143.2770.85133.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.90%
GREEN value IS 159 (62.5% from 255) = 45.17%
BLUE value IS 42 (16.80% from 255) = 11.93%
R=42.90%
G=45.17%
B=11.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal151159420.0500.740.3864.158.2139.41
Hex979F2A504A26403a27
Octal2272375250112461007247
Binary1001011110011111101010101010010101001101000000111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979F2A; }

 p { color: rgb(151,159,42); }

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

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

 a { background-color: rgb(151,159,42); }

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

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

 span { border-color: rgb(151,159,42); }

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