#9CA531

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

Shades of Citron #9CA531

Tints of Citron #9CA531

Color information

#9CA531 (or 0x9CA531) is unknown color: approx Citron. HEX triplet: 9C, A5 and 31. RGB value is (156,165,49). Sum of RGB (Red+Green+Blue) = 156+165+49=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 165 (64.84% from 255 or 44.59% from 370); Blue value is 49 (19.53% from 255 or 13.24% from 370); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA531 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA531 is #635ACE. Grayscale: #959595. Windows color (decimal): -6511311 or 3253660. OLE color: 3253660.

HSL color Cylindrical-coordinate representation of color #9CA531: hue angle of 64.66º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9CA531 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB15616549-
CMYK0.0500.700.35
HSL64.66º54.21%41.96%-
HSV(B)64.66º70.3%64.71%-
XYZ27.7234.28.05-
YUV149.0871.52132.93-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.16%
GREEN value IS 165 (64.84% from 255) = 44.59%
BLUE value IS 49 (19.53% from 255) = 13.24%
R=42.16%
G=44.59%
B=13.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal156165490.0500.700.3564.6654.2141.96
Hex9CA53150462341362a
Octal2342456150106431016652
Binary1001110010100101110001101010001101000111000001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CA531; }

 p { color: rgb(156,165,49); }

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

<style>
 a { background-color: #9CA531; }

 a { background-color: rgb(156,165,49); }

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

<style>
 span { border-color: #9CA531; }

 span { border-color: rgb(156,165,49); }

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