Html Css Color HEX #9CA402 Citrus

📋 copy color: '#9CA402'

red 156 ◦ green 164 ◦ blue 2

#9CA402
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #9CA402

Tints of Citrus #9CA402

RGB

 RED value IS 156 (61.33% from 255) = 48.45%

 GREEN value IS 164 (64.45% from 255) = 50.93%

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 48.45%
G = 50.93%
B = 0.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#9CA402 (or 0x9CA402) is known color: Citrus. HEX triplet: 9C, A4 and 02. RGB value is (156,164,2). Sum of RGB (Red+Green+Blue) = 156+164+2=322 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.45% from 322); Green value is 164 (64.45% from 255 or 50.93% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 164 - color contains mainly: green. Hex color #9CA402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CA402 is #635BFD. Grayscale: #8F8F8F. Windows color (decimal): -6511614 or 173212. OLE color: 173212.

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

Color convert

RGB 156 164 2 -
CMYK 0.05 0 0.99 0.36
HSL 62.96º 0.98% 0.33% -
HSV(B) 62.96º 0.99% 0.64% -
XYZ 27 33.62 5.12 -
YUV 143.14 48.35 137.17 -
System Red Green Blue C M Y K H S L
Decimal 156 164 2 0.05 0 0.99 0.36 62.96 0.98 0.33
Hex 9C A4 2 5 0 63 24 3F 62 21
Octal 234 244 2 5 0 143 44 77 142 41
Binary 10011100 10100100 10 101 0 1100011 100100 111111 1100010 100001

Color Harmonies of #9CA402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA402

Black with #9CA402

Text Example


Text Example

White with #9CA402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9CA402;
 }
 .AnyTagClassName
 {
   color: #9CA402;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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