Html Css Color HEX #9CAC16 Citrus

📋 copy color: '#9CAC16'

red 156 ◦ green 172 ◦ blue 22

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

Shades of Citrus #9CAC16

Tints of Citrus #9CAC16

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49.14%

 BLUE value IS 22 (8.98% from 255) = 6.29%

R = 44.57%
G = 49.14%
B = 6.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#9CAC16 (or 0x9CAC16) is known color: Citrus. HEX triplet: 9C, AC and 16. RGB value is (156,172,22). Sum of RGB (Red+Green+Blue) = 156+172+22=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CAC16 is #6353E9. Grayscale: #969696. Windows color (decimal): -6509546 or 1485980. OLE color: 1485980.

HSL color Cylindrical-coordinate representation of color #9CAC16: hue angle of 66.4º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9CAC16 is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 172 22 -
CMYK 0.09 0 0.87 0.33
HSL 66.4º 0.77% 0.38% -
HSV(B) 66.4º 0.87% 0.67% -
XYZ 28.61 36.63 6.32 -
YUV 150.12 55.7 132.2 -
System Red Green Blue C M Y K H S L
Decimal 156 172 22 0.09 0 0.87 0.33 66.4 0.77 0.38
Hex 9C AC 16 9 0 57 21 42 4D 26
Octal 234 254 26 11 0 127 41 102 115 46
Binary 10011100 10101100 10110 1001 0 1010111 100001 1000010 1001101 100110

Color Harmonies of #9CAC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAC16

Black with #9CAC16

Text Example


Text Example

White with #9CAC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,172,22); }

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

background-color css

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

 a { background-color: rgb(156,172,22); }

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

border-color css

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

 span { border-color: rgb(156,172,22); }

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