#969628

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

Shades of Citron #969628

Tints of Citron #969628

Color information

#969628 (or 0x969628) is unknown color: approx Citron. HEX triplet: 96, 96 and 28. RGB value is (150,150,40). Sum of RGB (Red+Green+Blue) = 150+150+40=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 40 (16.02% from 255 or 11.76% from 340); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969628 is #6969D7. Grayscale: #898989. Windows color (decimal): -6908376 or 2659990. OLE color: 2659990.

HSL color Cylindrical-coordinate representation of color #969628: hue angle of 60º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #969628 is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB15015040-
CMYK000.730.41
HSL60º57.89%37.25%-
HSV(B)60º73.33%58.82%-
XYZ23.8728.456.24-
YUV137.4673136.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.12%
GREEN value IS 150 (58.98% from 255) = 44.12%
BLUE value IS 40 (16.02% from 255) = 11.76%
R=44.12%
G=44.12%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15015040000.730.416057.8937.25
Hex9696280049293c3a25
Octal226226500011151747245
Binary1001011010010110101000001001001101001111100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969628; }

 p { color: rgb(150,150,40); }

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

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

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

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

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

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

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