#9CA334

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

Shades of Citron #9CA334

Tints of Citron #9CA334

Color information

#9CA334 (or 0x9CA334) is unknown color: approx Citron. HEX triplet: 9C, A3 and 34. RGB value is (156,163,52). Sum of RGB (Red+Green+Blue) = 156+163+52=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 163 - color contains mainly: green. Hex color #9CA334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA334 is #635CCB. Grayscale: #949494. Windows color (decimal): -6511820 or 3449756. OLE color: 3449756.

HSL color Cylindrical-coordinate representation of color #9CA334: hue angle of 63.78º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9CA334 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB15616352-
CMYK0.0400.680.36
HSL63.78º51.63%42.16%-
HSV(B)63.78º68.1%63.92%-
XYZ27.4333.518.27-
YUV148.2573.68133.53-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.05%
GREEN value IS 163 (64.06% from 255) = 43.94%
BLUE value IS 52 (20.70% from 255) = 14.02%
R=42.05%
G=43.94%
B=14.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal156163520.0400.680.3663.7851.6342.16
Hex9CA33440442440342a
Octal2342436440104441006452
Binary1001110010100011110100100010001001001001000000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,163,52); }

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

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

 a { background-color: rgb(156,163,52); }

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

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

 span { border-color: rgb(156,163,52); }

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