#96920e

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

Shades of Citron #96920E

Tints of Citron #96920E

Color information

#96920E (or 0x96920E) is unknown color: approx Citron. HEX triplet: 96, 92 and 0E. RGB value is (150,146,14). Sum of RGB (Red+Green+Blue) = 150+146+14=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #96920E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96920E is #696DF1. Grayscale: #848484. Windows color (decimal): -6909426 or 955030. OLE color: 955030.

HSL color Cylindrical-coordinate representation of color #96920E: hue angle of 58.24º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96920E is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB15014614-
CMYK00.030.910.41
HSL58.24º82.93%32.16%-
HSV(B)58.24º90.67%58.82%-
XYZ22.9427.074.43-
YUV132.1561.33140.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.39%
GREEN value IS 146 (57.42% from 255) = 47.10%
BLUE value IS 14 (5.86% from 255) = 4.52%
R=48.39%
G=47.10%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501461400.030.910.4158.2482.9332.16
Hex9692E035B293a5320
Octal2262221603133517212340
Binary1001011010010010111001110110111010011110101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96920e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96920e; }

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

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

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

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

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

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

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

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