#969704

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

Shades of Citron #969704

Tints of Citron #969704

Color information

#969704 (or 0x969704) is unknown color: approx Citron. HEX triplet: 96, 97 and 04. RGB value is (150,151,4). Sum of RGB (Red+Green+Blue) = 150+151+4=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 151 (59.38% from 255 or 49.51% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 151 - color contains mainly: green. Hex color #969704 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969704 is #6968FB. Grayscale: #868686. Windows color (decimal): -6908156 or 300950. OLE color: 300950.

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

Color convert

RGB1501514-
CMYK0.0100.970.41
HSL60.41º94.84%30.39%-
HSV(B)60.41º97.35%59.22%-
XYZ23.6728.634.39-
YUV133.9454.67139.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.18%
GREEN value IS 151 (59.38% from 255) = 49.51%
BLUE value IS 4 (1.95% from 255) = 1.31%
R=49.18%
G=49.51%
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.41
SystemRedGreenBlueCMYKHSL
Decimal15015140.0100.970.4160.4194.8430.39
Hex969741061293c5f1e
Octal226227410141517413736
Binary1001011010010111100101100001101001111100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969704; }

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

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

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

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

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

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

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

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