#96981A

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

Shades of Citron #96981A

Tints of Citron #96981A

Color information

#96981A (or 0x96981A) is unknown color: approx Citron. HEX triplet: 96, 98 and 1A. RGB value is (150,152,26). Sum of RGB (Red+Green+Blue) = 150+152+26=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 26 (10.55% from 255 or 7.93% from 328); Max value from RGB is 152 - color contains mainly: green. Hex color #96981A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96981A is #6967E5. Grayscale: #898989. Windows color (decimal): -6907878 or 1742998. OLE color: 1742998.

HSL color Cylindrical-coordinate representation of color #96981A: hue angle of 60.95º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #96981A is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB15015226-
CMYK0.0100.830.40
HSL60.95º70.79%34.9%-
HSV(B)60.95º82.89%59.61%-
XYZ23.9929.025.31-
YUV137.0465.34137.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.73%
GREEN value IS 152 (59.77% from 255) = 46.34%
BLUE value IS 26 (10.55% from 255) = 7.93%
R=45.73%
G=46.34%
B=7.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal150152260.0100.830.4060.9570.7934.9
Hex96981A1053283d4723
Octal2262303210123507510743
Binary1001011010011000110101010100111010001111011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96981A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,152,26); }

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

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

 a { background-color: rgb(150,152,26); }

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

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

 span { border-color: rgb(150,152,26); }

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