Html Css Color HEX #979425 Citron

📋 copy color: '#979425'

red 151 ◦ green 148 ◦ blue 37

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

Shades of Citron #979425

Tints of Citron #979425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.01%

R = 44.94%
G = 44.05%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#979425 (or 0x979425) is known color: Citron. HEX triplet: 97, 94 and 25. RGB value is (151,148,37). Sum of RGB (Red+Green+Blue) = 151+148+37=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #979425 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979425 is #686BDA. Grayscale: #888888. Windows color (decimal): -6843355 or 2462871. OLE color: 2462871.

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

Color convert

RGB 151 148 37 -
CMYK 0 0.02 0.75 0.41
HSL 58.42º 0.61% 0.37% -
HSV(B) 58.42º 0.75% 0.59% -
XYZ 23.69 27.89 5.89 -
YUV 136.24 71.99 138.53 -
System Red Green Blue C M Y K H S L
Decimal 151 148 37 0 0.02 0.75 0.41 58.42 0.61 0.37
Hex 97 94 25 0 2 4B 29 3A 3D 25
Octal 227 224 45 0 2 113 51 72 75 45
Binary 10010111 10010100 100101 0 10 1001011 101001 111010 111101 100101

Color Harmonies of #979425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979425

Black with #979425

Text Example


Text Example

White with #979425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979425; }

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

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

background-color css

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

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

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

border-color css

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

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

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