#9CA202

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

Shades of Citrus #9CA202

Tints of Citrus #9CA202

Color information

#9CA202 (or 0x9CA202) is unknown color: approx Citrus. HEX triplet: 9C, A2 and 02. RGB value is (156,162,2). Sum of RGB (Red+Green+Blue) = 156+162+2=320 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.75% from 320); Green value is 162 (63.67% from 255 or 50.62% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 162 - color contains mainly: green. Hex color #9CA202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CA202 is #635DFD. Grayscale: #8E8E8E. Windows color (decimal): -6512126 or 172700. OLE color: 172700.

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

Color convert

RGB1561622-
CMYK0.0400.990.36
HSL62.25º97.56%32.16%-
HSV(B)62.25º98.77%63.53%-
XYZ26.6432.915.01-
YUV141.9749.01138.01-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.75%
GREEN value IS 162 (63.67% from 255) = 50.62%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=48.75%
G=50.62%
B=0.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal15616220.0400.990.3662.2597.5632.16
Hex9CA224063243e6220
Octal234242240143447614240
Binary100111001010001010100011000111001001111101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,162,2); }

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

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

 a { background-color: rgb(156,162,2); }

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

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

 span { border-color: rgb(156,162,2); }

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