#9C9D04

Color #9C9D04 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #9C9D04

Tints of Citrus #9C9D04

Color information

#9C9D04 (or 0x9C9D04) is unknown color: approx Citrus. HEX triplet: 9C, 9D and 04. RGB value is (156,157,4). Sum of RGB (Red+Green+Blue) = 156+157+4=317 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.21% from 317); Green value is 157 (61.72% from 255 or 49.53% from 317); Blue value is 4 (1.95% from 255 or 1.26% from 317); Max value from RGB is 157 - color contains mainly: green. Hex color #9C9D04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C9D04 is #6362FB. Grayscale: #8B8B8B. Windows color (decimal): -6513404 or 302492. OLE color: 302492.

HSL color Cylindrical-coordinate representation of color #9C9D04: hue angle of 60.39º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C9D04 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB1561574-
CMYK0.0100.970.38
HSL60.39º95.03%31.57%-
HSV(B)60.39º97.45%61.57%-
XYZ25.7931.194.78-
YUV139.2651.67139.94-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.21%
GREEN value IS 157 (61.72% from 255) = 49.53%
BLUE value IS 4 (1.95% from 255) = 1.26%
R=49.21%
G=49.53%
B=1.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15615740.0100.970.3860.3995.0331.57
Hex9C9D41061263c5f20
Octal234235410141467413740
Binary10011100100111011001011000011001101111001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C9D04;
 }
 .AnyTagClassName
 {
   color: #9C9D04;
 }
</style>
background-color css

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

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

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

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

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

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