#96961E

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

Shades of Citron #96961E

Tints of Citron #96961E

Color information

#96961E (or 0x96961E) is unknown color: approx Citron. HEX triplet: 96, 96 and 1E. RGB value is (150,150,30). Sum of RGB (Red+Green+Blue) = 150+150+30=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 150 - color contains mainly: red, green. Hex color #96961E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96961E is #6969E1. Grayscale: #888888. Windows color (decimal): -6908386 or 2004630. OLE color: 2004630.

HSL color Cylindrical-coordinate representation of color #96961E: hue angle of 60º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96961E is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB15015030-
CMYK000.800.41
HSL60º66.67%35.29%-
HSV(B)60º80%58.82%-
XYZ23.7228.395.46-
YUV136.3268137.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.45%
GREEN value IS 150 (58.98% from 255) = 45.45%
BLUE value IS 30 (12.11% from 255) = 9.09%
R=45.45%
G=45.45%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15015030000.800.416066.6735.29
Hex96961E0050293c4323
Octal2262263600120517410343
Binary1001011010010110111100010100001010011111001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96961E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96961E; }

 p { color: rgb(150,150,30); }

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

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

 a { background-color: rgb(150,150,30); }

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

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

 span { border-color: rgb(150,150,30); }

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