#96931F

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

Shades of Citron #96931F

Tints of Citron #96931F

Color information

#96931F (or 0x96931F) is unknown color: approx Citron. HEX triplet: 96, 93 and 1F. RGB value is (150,147,31). Sum of RGB (Red+Green+Blue) = 150+147+31=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #96931F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96931F is #696CE0. Grayscale: #878787. Windows color (decimal): -6909153 or 2069398. OLE color: 2069398.

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

Color convert

RGB15014731-
CMYK00.020.790.41
HSL58.49º65.75%35.49%-
HSV(B)58.49º79.33%58.82%-
XYZ23.2627.455.37-
YUV134.6769.49138.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.73%
GREEN value IS 147 (57.81% from 255) = 44.82%
BLUE value IS 31 (12.5% from 255) = 9.45%
R=45.73%
G=44.82%
B=9.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501473100.020.790.4158.4965.7535.49
Hex96931F024F293a4223
Octal2262233702117517210243
Binary10010110100100111111101010011111010011110101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96931F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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