#969804

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

Shades of Citron #969804

Tints of Citron #969804

Color information

#969804 (or 0x969804) is unknown color: approx Citron. HEX triplet: 96, 98 and 04. RGB value is (150,152,4). Sum of RGB (Red+Green+Blue) = 150+152+4=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 152 - color contains mainly: green. Hex color #969804 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969804 is #6967FB. Grayscale: #878787. Windows color (decimal): -6907900 or 301206. OLE color: 301206.

HSL color Cylindrical-coordinate representation of color #969804: hue angle of 60.81º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #969804 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB1501524-
CMYK0.0100.970.40
HSL60.81º94.87%30.59%-
HSV(B)60.81º97.37%59.61%-
XYZ23.8328.954.45-
YUV134.5354.34139.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.02%
GREEN value IS 152 (59.77% from 255) = 49.67%
BLUE value IS 4 (1.95% from 255) = 1.31%
R=49.02%
G=49.67%
B=1.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15015240.0100.970.4060.8194.8730.59
Hex969841061283d5f1f
Octal226230410141507513737
Binary1001011010011000100101100001101000111101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969804; }

 p { color: rgb(150,152,4); }

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

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

 a { background-color: rgb(150,152,4); }

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

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

 span { border-color: rgb(150,152,4); }

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