Html Css Color HEX #979420 Citron

📋 copy color: '#979420'

red 151 ◦ green 148 ◦ blue 32

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

Shades of Citron #979420

Tints of Citron #979420

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.71%

 BLUE value IS 32 (12.89% from 255) = 9.67%

R = 45.62%
G = 44.71%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#979420 (or 0x979420) is known color: Citron. HEX triplet: 97, 94 and 20. RGB value is (151,148,32). Sum of RGB (Red+Green+Blue) = 151+148+32=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 151 - color contains mainly: red. Hex color #979420 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979420 is #686BDF. Grayscale: #888888. Windows color (decimal): -6843360 or 2135191. OLE color: 2135191.

HSL color Cylindrical-coordinate representation of color #979420: hue angle of 58.49º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #979420 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 148 32 -
CMYK 0 0.02 0.79 0.41
HSL 58.49º 0.65% 0.36% -
HSV(B) 58.49º 0.79% 0.59% -
XYZ 23.61 27.86 5.5 -
YUV 135.67 69.49 138.93 -
System Red Green Blue C M Y K H S L
Decimal 151 148 32 0 0.02 0.79 0.41 58.49 0.65 0.36
Hex 97 94 20 0 2 4F 29 3A 41 24
Octal 227 224 40 0 2 117 51 72 101 44
Binary 10010111 10010100 100000 0 10 1001111 101001 111010 1000001 100100

Color Harmonies of #979420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979420

Black with #979420

Text Example


Text Example

White with #979420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979420; }

 p { color: rgb(151,148,32); }

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

background-color css

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

 a { background-color: rgb(151,148,32); }

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

border-color css

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

 span { border-color: rgb(151,148,32); }

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