#969219

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

Shades of Citron #969219

Tints of Citron #969219

Color information

#969219 (or 0x969219) is unknown color: approx Citron. HEX triplet: 96, 92 and 19. RGB value is (150,146,25). Sum of RGB (Red+Green+Blue) = 150+146+25=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #969219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969219 is #696DE6. Grayscale: #858585. Windows color (decimal): -6909415 or 1675926. OLE color: 1675926.

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

Color convert

RGB15014625-
CMYK00.030.830.41
HSL58.08º71.43%34.31%-
HSV(B)58.08º83.33%58.82%-
XYZ23.0327.114.94-
YUV133.466.83139.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.73%
GREEN value IS 146 (57.42% from 255) = 45.48%
BLUE value IS 25 (10.16% from 255) = 7.79%
R=46.73%
G=45.48%
B=7.79%

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
Decimal1501462500.030.830.4158.0871.4334.31
Hex9692190353293a4722
Octal2262223103123517210742
Binary10010110100100101100101110100111010011110101000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969219; }

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

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

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

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

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

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

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

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