Html Css Color HEX #9CAC13 Citrus

📋 copy color: '#9CAC13'

red 156 ◦ green 172 ◦ blue 19

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

Shades of Citrus #9CAC13

Tints of Citrus #9CAC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.48%

R = 44.96%
G = 49.57%
B = 5.48%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#9CAC13 (or 0x9CAC13) is known color: Citrus. HEX triplet: 9C, AC and 13. RGB value is (156,172,19). Sum of RGB (Red+Green+Blue) = 156+172+19=347 (45% of max value = 765). Red value is 156 (61.33% from 255 or 44.96% from 347); Green value is 172 (67.58% from 255 or 49.57% from 347); Blue value is 19 (7.81% from 255 or 5.48% from 347); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CAC13 is #6353EC. Grayscale: #969696. Windows color (decimal): -6509549 or 1289372. OLE color: 1289372.

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

Color convert

RGB 156 172 19 -
CMYK 0.09 0 0.89 0.33
HSL 66.27º 0.8% 0.37% -
HSV(B) 66.27º 0.89% 0.67% -
XYZ 28.58 36.62 6.18 -
YUV 149.77 54.2 132.44 -
System Red Green Blue C M Y K H S L
Decimal 156 172 19 0.09 0 0.89 0.33 66.27 0.8 0.37
Hex 9C AC 13 9 0 59 21 42 50 25
Octal 234 254 23 11 0 131 41 102 120 45
Binary 10011100 10101100 10011 1001 0 1011001 100001 1000010 1010000 100101

Color Harmonies of #9CAC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAC13

Black with #9CAC13

Text Example


Text Example

White with #9CAC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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