#96A52A

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

Shades of Citron #96A52A

Tints of Citron #96A52A

Color information

#96A52A (or 0x96A52A) is unknown color: approx Citron. HEX triplet: 96, A5 and 2A. RGB value is (150,165,42). Sum of RGB (Red+Green+Blue) = 150+165+42=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 165 (64.84% from 255 or 46.22% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 165 - color contains mainly: green. Hex color #96A52A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A52A is #695AD5. Grayscale: #929292. Windows color (decimal): -6904534 or 2794902. OLE color: 2794902.

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

Color convert

RGB15016542-
CMYK0.0900.750.35
HSL67.32º59.42%40.59%-
HSV(B)67.32º74.55%64.71%-
XYZ26.4533.567.27-
YUV146.4969.03130.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.02%
GREEN value IS 165 (64.84% from 255) = 46.22%
BLUE value IS 42 (16.80% from 255) = 11.76%
R=42.02%
G=46.22%
B=11.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal150165420.0900.750.3567.3259.4240.59
Hex96A52A904B23433b29
Octal22624552110113431037351
Binary10010110101001011010101001010010111000111000011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A52A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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