#96A525

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

Shades of Citron #96A525

Tints of Citron #96A525

Color information

#96A525 (or 0x96A525) is unknown color: approx Citron. HEX triplet: 96, A5 and 25. RGB value is (150,165,37). Sum of RGB (Red+Green+Blue) = 150+165+37=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 165 (64.84% from 255 or 46.88% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 165 - color contains mainly: green. Hex color #96A525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A525 is #695ADA. Grayscale: #929292. Windows color (decimal): -6904539 or 2467222. OLE color: 2467222.

HSL color Cylindrical-coordinate representation of color #96A525: hue angle of 67.03º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #96A525 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB15016537-
CMYK0.0900.780.35
HSL67.03º63.37%39.61%-
HSV(B)67.03º77.58%64.71%-
XYZ26.3733.536.83-
YUV145.9266.53130.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.61%
GREEN value IS 165 (64.84% from 255) = 46.88%
BLUE value IS 37 (14.84% from 255) = 10.51%
R=42.61%
G=46.88%
B=10.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal150165370.0900.780.3567.0363.3739.61
Hex96A525904E23433f28
Octal22624545110116431037750
Binary10010110101001011001011001010011101000111000011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,165,37); }

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

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

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

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

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

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

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