#969328

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

Shades of Citron #969328

Tints of Citron #969328

Color information

#969328 (or 0x969328) is unknown color: approx Citron. HEX triplet: 96, 93 and 28. RGB value is (150,147,40). Sum of RGB (Red+Green+Blue) = 150+147+40=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #969328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969328 is #696CD7. Grayscale: #888888. Windows color (decimal): -6909144 or 2659222. OLE color: 2659222.

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

Color convert

RGB15014740-
CMYK00.020.730.41
HSL58.36º57.89%37.25%-
HSV(B)58.36º73.33%58.82%-
XYZ23.3927.56.08-
YUV135.773.99138.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.51%
GREEN value IS 147 (57.81% from 255) = 43.62%
BLUE value IS 40 (16.02% from 255) = 11.87%
R=44.51%
G=43.62%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501474000.020.730.4158.3657.8937.25
Hex9693280249293a3a25
Octal226223500211151727245
Binary10010110100100111010000101001001101001111010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969328; }

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

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

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

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

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

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

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

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