#96921F

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

Shades of Citron #96921F

Tints of Citron #96921F

Color information

#96921F (or 0x96921F) is unknown color: approx Citron. HEX triplet: 96, 92 and 1F. RGB value is (150,146,31). Sum of RGB (Red+Green+Blue) = 150+146+31=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #96921F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96921F is #696DE0. Grayscale: #868686. Windows color (decimal): -6909409 or 2069142. OLE color: 2069142.

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

Color convert

RGB15014631-
CMYK00.030.790.41
HSL57.98º65.75%35.49%-
HSV(B)57.98º79.33%58.82%-
XYZ23.127.145.32-
YUV134.0969.83139.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.87%
GREEN value IS 146 (57.42% from 255) = 44.65%
BLUE value IS 31 (12.5% from 255) = 9.48%
R=45.87%
G=44.65%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501463100.030.790.4157.9865.7535.49
Hex96921F034F293a4223
Octal2262223703117517210243
Binary10010110100100101111101110011111010011110101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96921F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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