Html Css Color HEX #979418 Citron

📋 copy color: '#979418'

red 151 ◦ green 148 ◦ blue 24

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

Shades of Citron #979418

Tints of Citron #979418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.43%

R = 46.75%
G = 45.82%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#979418 (or 0x979418) is known color: Citron. HEX triplet: 97, 94 and 18. RGB value is (151,148,24). Sum of RGB (Red+Green+Blue) = 151+148+24=323 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.75% from 323); Green value is 148 (58.20% from 255 or 45.82% from 323); Blue value is 24 (9.77% from 255 or 7.43% from 323); Max value from RGB is 151 - color contains mainly: red. Hex color #979418 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #979418 is #686BE7. Grayscale: #878787. Windows color (decimal): -6843368 or 1610903. OLE color: 1610903.

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

Color convert

RGB 151 148 24 -
CMYK 0 0.02 0.84 0.41
HSL 58.58º 0.73% 0.34% -
HSV(B) 58.58º 0.84% 0.59% -
XYZ 23.52 27.83 5 -
YUV 134.76 65.49 139.58 -
System Red Green Blue C M Y K H S L
Decimal 151 148 24 0 0.02 0.84 0.41 58.58 0.73 0.34
Hex 97 94 18 0 2 54 29 3B 49 22
Octal 227 224 30 0 2 124 51 73 111 42
Binary 10010111 10010100 11000 0 10 1010100 101001 111011 1001001 100010

Color Harmonies of #979418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979418

Black with #979418

Text Example


Text Example

White with #979418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979418; }

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

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

background-color css

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

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

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

border-color css

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

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

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