#979B32

Color #979B32 Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #979B32

Tints of Citron #979B32

Color information

#979B32 (or 0x979B32) is unknown color: approx Citron. HEX triplet: 97, 9B and 32. RGB value is (151,155,50). Sum of RGB (Red+Green+Blue) = 151+155+50=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 155 - color contains mainly: green. Hex color #979B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979B32 is #6864CD. Grayscale: #8E8E8E. Windows color (decimal): -6841550 or 3316631. OLE color: 3316631.

HSL color Cylindrical-coordinate representation of color #979B32: hue angle of 62.29º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #979B32 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB15115550-
CMYK0.0300.680.39
HSL62.29º51.22%40.2%-
HSV(B)62.29º67.74%60.78%-
XYZ25.0630.257.54-
YUV141.8376.17134.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.42%
GREEN value IS 155 (60.94% from 255) = 43.54%
BLUE value IS 50 (19.92% from 255) = 14.04%
R=42.42%
G=43.54%
B=14.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151155500.0300.680.3962.2951.2240.2
Hex979B323044273e3328
Octal227233623010447766350
Binary10010111100110111100101101000100100111111110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979B32; }

 p { color: rgb(151,155,50); }

 H1.HeaderClassName
 {
   color: #979B32;
 }
 .AnyTagClassName
 {
   color: #979B32;
 }
</style>
background-color css

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

 a { background-color: rgb(151,155,50); }

 div.DivClassName
 {
   background-color: #979B32;
 }
 .BgClassName
 {
   background-color: #979B32;
 }
</style>
border-color css

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

 span { border-color: rgb(151,155,50); }

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