Html Css Color HEX #9CA600 Citrus

📋 copy color: '#9CA600'

red 156 ◦ green 166 ◦ blue 0

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

Shades of Citrus #9CA600

Tints of Citrus #9CA600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.45%
G = 51.55%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#9CA600 (or 0x9CA600) is known color: Citrus. HEX triplet: 9C, A6 and 00. RGB value is (156,166,0). Sum of RGB (Red+Green+Blue) = 156+166+0=322 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.45% from 322); Green value is 166 (65.23% from 255 or 51.55% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 166 - color contains mainly: green. Hex color #9CA600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CA600 is #6359FF. Grayscale: #909090. Windows color (decimal): -6511104 or 42652. OLE color: 42652.

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

Color convert

RGB 156 166 0 -
CMYK 0.06 0 1 0.35
HSL 63.61º 1% 0.33% -
HSV(B) 63.61º 1% 0.65% -
XYZ 27.35 34.34 5.19 -
YUV 144.09 46.69 136.5 -
System Red Green Blue C M Y K H S L
Decimal 156 166 0 0.06 0 1 0.35 63.61 1 0.33
Hex 9C A6 0 6 0 64 23 40 64 21
Octal 234 246 0 6 0 144 43 100 144 41
Binary 10011100 10100110 0 110 0 1100100 100011 1000000 1100100 100001

Color Harmonies of #9CA600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA600

Black with #9CA600

Text Example


Text Example

White with #9CA600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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