#96962A

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

Shades of Citron #96962A

Tints of Citron #96962A

Color information

#96962A (or 0x96962A) is unknown color: approx Citron. HEX triplet: 96, 96 and 2A. RGB value is (150,150,42). Sum of RGB (Red+Green+Blue) = 150+150+42=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 150 - color contains mainly: red, green. Hex color #96962A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96962A is #6969D5. Grayscale: #8A8A8A. Windows color (decimal): -6908374 or 2791062. OLE color: 2791062.

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

Color convert

RGB15015042-
CMYK000.720.41
HSL60º56.25%37.65%-
HSV(B)60º72%58.82%-
XYZ23.928.466.42-
YUV137.6974136.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.86%
GREEN value IS 150 (58.98% from 255) = 43.86%
BLUE value IS 42 (16.80% from 255) = 12.28%
R=43.86%
G=43.86%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15015042000.720.416056.2537.65
Hex96962A0048293c3826
Octal226226520011051747046
Binary1001011010010110101010001001000101001111100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96962A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96962A; }

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

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

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

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

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

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

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

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