#96950A

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

Shades of Citron #96950A

Tints of Citron #96950A

Color information

#96950A (or 0x96950A) is unknown color: approx Citron. HEX triplet: 96, 95 and 0A. RGB value is (150,149,10). Sum of RGB (Red+Green+Blue) = 150+149+10=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 149 (58.59% from 255 or 48.22% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #96950A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96950A is #696AF5. Grayscale: #868686. Windows color (decimal): -6908662 or 693654. OLE color: 693654.

HSL color Cylindrical-coordinate representation of color #96950A: hue angle of 59.57º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96950A is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB15014910-
CMYK00.010.930.41
HSL59.57º87.5%31.37%-
HSV(B)59.57º93.33%58.82%-
XYZ23.38284.46-
YUV133.4558.33139.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.54%
GREEN value IS 149 (58.59% from 255) = 48.22%
BLUE value IS 10 (4.30% from 255) = 3.24%
R=48.54%
G=48.22%
B=3.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501491000.010.930.4159.5787.531.37
Hex9695A015D293c581f
Octal2262251201135517413037
Binary10010110100101011010011011101101001111100101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96950A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96950A; }

 p { color: rgb(150,149,10); }

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

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

 a { background-color: rgb(150,149,10); }

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

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

 span { border-color: rgb(150,149,10); }

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