#9CA82E

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

Shades of Citron #9CA82E

Tints of Citron #9CA82E

Color information

#9CA82E (or 0x9CA82E) is unknown color: approx Citron. HEX triplet: 9C, A8 and 2E. RGB value is (156,168,46). Sum of RGB (Red+Green+Blue) = 156+168+46=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 168 (66.02% from 255 or 45.41% from 370); Blue value is 46 (18.36% from 255 or 12.43% from 370); Max value from RGB is 168 - color contains mainly: green. Hex color #9CA82E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CA82E is #6357D1. Grayscale: #969696. Windows color (decimal): -6510546 or 3057820. OLE color: 3057820.

HSL color Cylindrical-coordinate representation of color #9CA82E: hue angle of 65.9º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9CA82E is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB15616846-
CMYK0.0700.730.34
HSL65.9º57.01%41.96%-
HSV(B)65.9º72.62%65.88%-
XYZ28.2135.277.91-
YUV150.569.02131.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.16%
GREEN value IS 168 (66.02% from 255) = 45.41%
BLUE value IS 46 (18.36% from 255) = 12.43%
R=42.16%
G=45.41%
B=12.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal156168460.0700.730.3465.957.0141.96
Hex9CA82E70492242392a
Octal2342505670111421027152
Binary1001110010101000101110111010010011000101000010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA82E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,168,46); }

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

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

 a { background-color: rgb(156,168,46); }

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

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

 span { border-color: rgb(156,168,46); }

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