Html Css Color HEX #979F0E Citron

📋 copy color: '#979F0E'

red 151 ◦ green 159 ◦ blue 14

#979F0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citron #979F0E

Tints of Citron #979F0E

RGB

 RED value IS 151 (59.38% from 255) = 46.6%

 GREEN value IS 159 (62.5% from 255) = 49.07%

 BLUE value IS 14 (5.86% from 255) = 4.32%

R = 46.6%
G = 49.07%
B = 4.32%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#979F0E (or 0x979F0E) is known color: Citron. HEX triplet: 97, 9F and 0E. RGB value is (151,159,14). Sum of RGB (Red+Green+Blue) = 151+159+14=324 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.60% from 324); Green value is 159 (62.5% from 255 or 49.07% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 159 - color contains mainly: green. Hex color #979F0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #979F0E is #6860F1. Grayscale: #8C8C8C. Windows color (decimal): -6840562 or 958359. OLE color: 958359.

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

Color convert

RGB 151 159 14 -
CMYK 0.05 0 0.91 0.38
HSL 63.31º 0.84% 0.34% -
HSV(B) 63.31º 0.91% 0.62% -
XYZ 25.24 31.41 5.15 -
YUV 140.08 56.85 135.79 -
System Red Green Blue C M Y K H S L
Decimal 151 159 14 0.05 0 0.91 0.38 63.31 0.84 0.34
Hex 97 9F E 5 0 5B 26 3F 54 22
Octal 227 237 16 5 0 133 46 77 124 42
Binary 10010111 10011111 1110 101 0 1011011 100110 111111 1010100 100010

Color Harmonies of #979F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979F0E

Black with #979F0E

Text Example


Text Example

White with #979F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #979F0E;
 }
 .AnyTagClassName
 {
   color: #979F0E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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