#96961D

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

Shades of Citron #96961D

Tints of Citron #96961D

Color information

#96961D (or 0x96961D) is unknown color: approx Citron. HEX triplet: 96, 96 and 1D. RGB value is (150,150,29). Sum of RGB (Red+Green+Blue) = 150+150+29=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 29 (11.72% from 255 or 8.81% from 329); Max value from RGB is 150 - color contains mainly: red, green. Hex color #96961D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96961D is #6969E2. Grayscale: #888888. Windows color (decimal): -6908387 or 1939094. OLE color: 1939094.

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

Color convert

RGB15015029-
CMYK000.810.41
HSL60º67.6%35.1%-
HSV(B)60º80.67%58.82%-
XYZ23.7128.395.39-
YUV136.2167.5137.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.59%
GREEN value IS 150 (58.98% from 255) = 45.59%
BLUE value IS 29 (11.72% from 255) = 8.81%
R=45.59%
G=45.59%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15015029000.810.416067.635.1
Hex96961D0051293c4423
Octal2262263500121517410443
Binary1001011010010110111010010100011010011111001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96961D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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