Html Css Color HEX #979525 Citron

📋 copy color: '#979525'

red 151 ◦ green 149 ◦ blue 37

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

Shades of Citron #979525

Tints of Citron #979525

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.21%

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

R = 44.81%
G = 44.21%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#979525 (or 0x979525) is known color: Citron. HEX triplet: 97, 95 and 25. RGB value is (151,149,37). Sum of RGB (Red+Green+Blue) = 151+149+37=337 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.81% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 37 (14.84% from 255 or 10.98% from 337); Max value from RGB is 151 - color contains mainly: red. Hex color #979525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979525 is #686ADA. Grayscale: #898989. Windows color (decimal): -6843099 or 2463127. OLE color: 2463127.

HSL color Cylindrical-coordinate representation of color #979525: hue angle of 58.95º 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 #979525 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 149 37 -
CMYK 0 0.01 0.75 0.41
HSL 58.95º 0.61% 0.37% -
HSV(B) 58.95º 0.75% 0.59% -
XYZ 23.84 28.21 5.94 -
YUV 136.83 71.66 138.11 -
System Red Green Blue C M Y K H S L
Decimal 151 149 37 0 0.01 0.75 0.41 58.95 0.61 0.37
Hex 97 95 25 0 1 4B 29 3B 3D 25
Octal 227 225 45 0 1 113 51 73 75 45
Binary 10010111 10010101 100101 0 1 1001011 101001 111011 111101 100101

Color Harmonies of #979525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979525

Black with #979525

Text Example


Text Example

White with #979525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979525; }

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

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

background-color css

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

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

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

border-color css

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

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

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