#969419

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

Shades of Citron #969419

Tints of Citron #969419

Color information

#969419 (or 0x969419) is unknown color: approx Citron. HEX triplet: 96, 94 and 19. RGB value is (150,148,25). Sum of RGB (Red+Green+Blue) = 150+148+25=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 148 (58.20% from 255 or 45.82% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #969419 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969419 is #696BE6. Grayscale: #878787. Windows color (decimal): -6908903 or 1676438. OLE color: 1676438.

HSL color Cylindrical-coordinate representation of color #969419: hue angle of 59.04º 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 #969419 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB15014825-
CMYK00.010.830.41
HSL59.04º71.43%34.31%-
HSV(B)59.04º83.33%58.82%-
XYZ23.3427.735.04-
YUV134.5866.16139-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.44%
GREEN value IS 148 (58.20% from 255) = 45.82%
BLUE value IS 25 (10.16% from 255) = 7.74%
R=46.44%
G=45.82%
B=7.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501482500.010.830.4159.0471.4334.31
Hex9694190153293b4722
Octal2262243101123517310742
Binary1001011010010100110010110100111010011110111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969419; }

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

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

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

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

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

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

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

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