#96931c

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

Shades of Citron #96931C

Tints of Citron #96931C

Color information

#96931C (or 0x96931C) is unknown color: approx Citron. HEX triplet: 96, 93 and 1C. RGB value is (150,147,28). Sum of RGB (Red+Green+Blue) = 150+147+28=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #96931C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96931C is #696CE3. Grayscale: #868686. Windows color (decimal): -6909156 or 1872790. OLE color: 1872790.

HSL color Cylindrical-coordinate representation of color #96931C: hue angle of 58.52º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96931C is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB15014728-
CMYK00.020.810.41
HSL58.52º68.54%34.9%-
HSV(B)58.52º81.33%58.82%-
XYZ23.2227.445.17-
YUV134.3367.99139.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.15%
GREEN value IS 147 (57.81% from 255) = 45.23%
BLUE value IS 28 (11.33% from 255) = 8.62%
R=46.15%
G=45.23%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501472800.020.810.4158.5268.5434.9
Hex96931C0251293b4523
Octal2262233402121517310543
Binary10010110100100111110001010100011010011110111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96931c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96931c; }

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

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

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

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

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

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

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

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