#979B0E

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

Shades of Citron #979B0E

Tints of Citron #979B0E

Color information

#979B0E (or 0x979B0E) is unknown color: approx Citron. HEX triplet: 97, 9B and 0E. RGB value is (151,155,14). Sum of RGB (Red+Green+Blue) = 151+155+14=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 155 (60.94% from 255 or 48.44% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 155 - color contains mainly: green. Hex color #979B0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #979B0E is #6864F1. Grayscale: #8A8A8A. Windows color (decimal): -6841586 or 957335. OLE color: 957335.

HSL color Cylindrical-coordinate representation of color #979B0E: hue angle of 61.7º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #979B0E is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB15115514-
CMYK0.0300.910.39
HSL61.7º83.43%33.14%-
HSV(B)61.7º90.97%60.78%-
XYZ24.5630.054.92-
YUV137.7358.17137.46-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.19%
GREEN value IS 155 (60.94% from 255) = 48.44%
BLUE value IS 14 (5.86% from 255) = 4.38%
R=47.19%
G=48.44%
B=4.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151155140.0300.910.3961.783.4333.14
Hex979BE305B273e5321
Octal2272331630133477612341
Binary1001011110011011111011010110111001111111101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,155,14); }

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

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

 a { background-color: rgb(151,155,14); }

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

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

 span { border-color: rgb(151,155,14); }

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