#96A433

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

Shades of Citron #96A433

Tints of Citron #96A433

Color information

#96A433 (or 0x96A433) is unknown color: approx Citron. HEX triplet: 96, A4 and 33. RGB value is (150,164,51). Sum of RGB (Red+Green+Blue) = 150+164+51=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 164 - color contains mainly: green. Hex color #96A433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A433 is #695BCC. Grayscale: #939393. Windows color (decimal): -6904781 or 3384470. OLE color: 3384470.

HSL color Cylindrical-coordinate representation of color #96A433: hue angle of 67.43º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96A433 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB15016451-
CMYK0.0900.690.36
HSL67.43º52.56%42.16%-
HSV(B)67.43º68.9%64.31%-
XYZ26.4533.278.16-
YUV146.9373.86130.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.10%
GREEN value IS 164 (64.45% from 255) = 44.93%
BLUE value IS 51 (20.31% from 255) = 13.97%
R=41.10%
G=44.93%
B=13.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal150164510.0900.690.3667.4352.5642.16
Hex96A43390452443352a
Octal22624463110105441036552
Binary10010110101001001100111001010001011001001000011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96A433; }

 p { color: rgb(150,164,51); }

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

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

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

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

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

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

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