#96971E

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

Shades of Citron #96971E

Tints of Citron #96971E

Color information

#96971E (or 0x96971E) is unknown color: approx Citron. HEX triplet: 96, 97 and 1E. RGB value is (150,151,30). Sum of RGB (Red+Green+Blue) = 150+151+30=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 151 - color contains mainly: green. Hex color #96971E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96971E is #6968E1. Grayscale: #898989. Windows color (decimal): -6908130 or 2004886. OLE color: 2004886.

HSL color Cylindrical-coordinate representation of color #96971E: hue angle of 60.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96971E is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB15015130-
CMYK0.0100.800.41
HSL60.5º66.85%35.49%-
HSV(B)60.5º80.13%59.22%-
XYZ23.8828.715.51-
YUV136.9167.67137.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.32%
GREEN value IS 151 (59.38% from 255) = 45.62%
BLUE value IS 30 (12.11% from 255) = 9.06%
R=45.32%
G=45.62%
B=9.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150151300.0100.800.4160.566.8535.49
Hex96971E1050293c4323
Octal2262273610120517410343
Binary1001011010010111111101010100001010011111001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96971E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96971E; }

 p { color: rgb(150,151,30); }

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

<style>
 a { background-color: #96971E; }

 a { background-color: rgb(150,151,30); }

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

<style>
 span { border-color: #96971E; }

 span { border-color: rgb(150,151,30); }

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