#96A236

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

Shades of Citron #96A236

Tints of Citron #96A236

Color information

#96A236 (or 0x96A236) is unknown color: approx Citron. HEX triplet: 96, A2 and 36. RGB value is (150,162,54). Sum of RGB (Red+Green+Blue) = 150+162+54=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 54 (21.48% from 255 or 14.75% from 366); Max value from RGB is 162 - color contains mainly: green. Hex color #96A236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A236 is #695DC9. Grayscale: #929292. Windows color (decimal): -6905290 or 3580566. OLE color: 3580566.

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

Color convert

RGB15016254-
CMYK0.0700.670.36
HSL66.67º50%42.35%-
HSV(B)66.67º66.67%63.53%-
XYZ26.1632.598.4-
YUV146.176.02130.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.98%
GREEN value IS 162 (63.67% from 255) = 44.26%
BLUE value IS 54 (21.48% from 255) = 14.75%
R=40.98%
G=44.26%
B=14.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal150162540.0700.670.3666.675042.35
Hex96A23670432443322a
Octal2262426670103441036252
Binary1001011010100010110110111010000111001001000011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,162,54); }

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

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

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

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

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

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

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