#9CA526

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

Shades of Citron #9CA526

Tints of Citron #9CA526

Color information

#9CA526 (or 0x9CA526) is unknown color: approx Citron. HEX triplet: 9C, A5 and 26. RGB value is (156,165,38). Sum of RGB (Red+Green+Blue) = 156+165+38=359 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.45% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 38 (15.23% from 255 or 10.58% from 359); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA526 is #635AD9. Grayscale: #949494. Windows color (decimal): -6511322 or 2532764. OLE color: 2532764.

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

Color convert

RGB15616538-
CMYK0.0500.770.35
HSL64.25º62.56%39.8%-
HSV(B)64.25º76.97%64.71%-
XYZ27.5234.126.97-
YUV147.8366.02133.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.45%
GREEN value IS 165 (64.84% from 255) = 45.96%
BLUE value IS 38 (15.23% from 255) = 10.58%
R=43.45%
G=45.96%
B=10.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal156165380.0500.770.3564.2562.5639.8
Hex9CA526504D23403f28
Octal2342454650115431007750
Binary1001110010100101100110101010011011000111000000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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