Html Css Color HEX #979014 Citron

📋 copy color: '#979014'

red 151 ◦ green 144 ◦ blue 20

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

Shades of Citron #979014

Tints of Citron #979014

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.71%

 BLUE value IS 20 (8.2% from 255) = 6.35%

R = 47.94%
G = 45.71%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#979014 (or 0x979014) is known color: Citron. HEX triplet: 97, 90 and 14. RGB value is (151,144,20). Sum of RGB (Red+Green+Blue) = 151+144+20=315 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.94% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 151 - color contains mainly: red. Hex color #979014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #979014 is #686FEB. Grayscale: #848484. Windows color (decimal): -6844396 or 1347735. OLE color: 1347735.

HSL color Cylindrical-coordinate representation of color #979014: hue angle of 56.79º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #979014 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 144 20 -
CMYK 0 0.05 0.87 0.41
HSL 56.79º 0.77% 0.34% -
HSV(B) 56.79º 0.87% 0.59% -
XYZ 22.86 26.58 4.59 -
YUV 131.96 64.82 141.58 -
System Red Green Blue C M Y K H S L
Decimal 151 144 20 0 0.05 0.87 0.41 56.79 0.77 0.34
Hex 97 90 14 0 5 57 29 39 4D 22
Octal 227 220 24 0 5 127 51 71 115 42
Binary 10010111 10010000 10100 0 101 1010111 101001 111001 1001101 100010

Color Harmonies of #979014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979014

Black with #979014

Text Example


Text Example

White with #979014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979014; }

 p { color: rgb(151,144,20); }

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

background-color css

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

 a { background-color: rgb(151,144,20); }

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

border-color css

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

 span { border-color: rgb(151,144,20); }

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