#969119

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

Shades of Citron #969119

Tints of Citron #969119

Color information

#969119 (or 0x969119) is unknown color: approx Citron. HEX triplet: 96, 91 and 19. RGB value is (150,145,25). Sum of RGB (Red+Green+Blue) = 150+145+25=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #969119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969119 is #696EE6. Grayscale: #858585. Windows color (decimal): -6909671 or 1675670. OLE color: 1675670.

HSL color Cylindrical-coordinate representation of color #969119: hue angle of 57.6º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #969119 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB15014525-
CMYK00.030.830.41
HSL57.6º71.43%34.31%-
HSV(B)57.6º83.33%58.82%-
XYZ22.8826.814.89-
YUV132.8267.16140.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.88%
GREEN value IS 145 (57.03% from 255) = 45.31%
BLUE value IS 25 (10.16% from 255) = 7.81%
R=46.88%
G=45.31%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501452500.030.830.4157.671.4334.31
Hex9691190353293a4722
Octal2262213103123517210742
Binary10010110100100011100101110100111010011110101000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969119; }

 p { color: rgb(150,145,25); }

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

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

 a { background-color: rgb(150,145,25); }

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

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

 span { border-color: rgb(150,145,25); }

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