Html Css Color HEX #9CA613 Citrus

📋 copy color: '#9CA613'

red 156 ◦ green 166 ◦ blue 19

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

Shades of Citrus #9CA613

Tints of Citrus #9CA613

RGB

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

 GREEN value IS 166 (65.23% from 255) = 48.68%

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

R = 45.75%
G = 48.68%
B = 5.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#9CA613 (or 0x9CA613) is known color: Citrus. HEX triplet: 9C, A6 and 13. RGB value is (156,166,19). Sum of RGB (Red+Green+Blue) = 156+166+19=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 166 (65.23% from 255 or 48.68% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 166 - color contains mainly: green. Hex color #9CA613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CA613 is #6359EC. Grayscale: #929292. Windows color (decimal): -6511085 or 1287836. OLE color: 1287836.

HSL color Cylindrical-coordinate representation of color #9CA613: hue angle of 64.08º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9CA613 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 156 166 19 -
CMYK 0.06 0 0.89 0.35
HSL 64.08º 0.79% 0.36% -
HSV(B) 64.08º 0.89% 0.65% -
XYZ 27.46 34.39 5.81 -
YUV 146.25 56.19 134.95 -
System Red Green Blue C M Y K H S L
Decimal 156 166 19 0.06 0 0.89 0.35 64.08 0.79 0.36
Hex 9C A6 13 6 0 59 23 40 4F 24
Octal 234 246 23 6 0 131 43 100 117 44
Binary 10011100 10100110 10011 110 0 1011001 100011 1000000 1001111 100100

Color Harmonies of #9CA613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA613

Black with #9CA613

Text Example


Text Example

White with #9CA613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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