Html Css Color HEX #979526 Citron

📋 copy color: '#979526'

red 151 ◦ green 149 ◦ blue 38

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

Shades of Citron #979526

Tints of Citron #979526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.24%

R = 44.67%
G = 44.08%
B = 11.24%

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

#979526 (or 0x979526) is known color: Citron. HEX triplet: 97, 95 and 26. RGB value is (151,149,38). Sum of RGB (Red+Green+Blue) = 151+149+38=338 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.67% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 38 (15.23% from 255 or 11.24% from 338); Max value from RGB is 151 - color contains mainly: red. Hex color #979526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979526 is #686AD9. Grayscale: #898989. Windows color (decimal): -6843098 or 2528663. OLE color: 2528663.

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

Color convert

RGB 151 149 38 -
CMYK 0 0.01 0.75 0.41
HSL 58.94º 0.6% 0.37% -
HSV(B) 58.94º 0.75% 0.59% -
XYZ 23.86 28.21 6.02 -
YUV 136.94 72.16 138.03 -
System Red Green Blue C M Y K H S L
Decimal 151 149 38 0 0.01 0.75 0.41 58.94 0.6 0.37
Hex 97 95 26 0 1 4B 29 3B 3C 25
Octal 227 225 46 0 1 113 51 73 74 45
Binary 10010111 10010101 100110 0 1 1001011 101001 111011 111100 100101

Color Harmonies of #979526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979526

Black with #979526

Text Example


Text Example

White with #979526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979526; }

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

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

background-color css

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

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

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

border-color css

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

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

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