Html Css Color HEX #9CA604 Citrus

📋 copy color: '#9CA604'

red 156 ◦ green 166 ◦ blue 4

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

Shades of Citrus #9CA604

Tints of Citrus #9CA604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.23%

R = 47.85%
G = 50.92%
B = 1.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#9CA604 (or 0x9CA604) is known color: Citrus. HEX triplet: 9C, A6 and 04. RGB value is (156,166,4). Sum of RGB (Red+Green+Blue) = 156+166+4=326 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.85% from 326); Green value is 166 (65.23% from 255 or 50.92% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 166 - color contains mainly: green. Hex color #9CA604 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CA604 is #6359FB. Grayscale: #919191. Windows color (decimal): -6511100 or 304796. OLE color: 304796.

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

Color convert

RGB 156 166 4 -
CMYK 0.06 0 0.98 0.35
HSL 63.7º 0.95% 0.33% -
HSV(B) 63.7º 0.98% 0.65% -
XYZ 27.37 34.35 5.3 -
YUV 144.54 48.69 136.17 -
System Red Green Blue C M Y K H S L
Decimal 156 166 4 0.06 0 0.98 0.35 63.7 0.95 0.33
Hex 9C A6 4 6 0 62 23 40 5F 21
Octal 234 246 4 6 0 142 43 100 137 41
Binary 10011100 10100110 100 110 0 1100010 100011 1000000 1011111 100001

Color Harmonies of #9CA604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA604

Black with #9CA604

Text Example


Text Example

White with #9CA604

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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