#96941C

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

Shades of Citron #96941C

Tints of Citron #96941C

Color information

#96941C (or 0x96941C) is unknown color: approx Citron. HEX triplet: 96, 94 and 1C. RGB value is (150,148,28). Sum of RGB (Red+Green+Blue) = 150+148+28=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #96941C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96941C is #696BE3. Grayscale: #878787. Windows color (decimal): -6908900 or 1873046. OLE color: 1873046.

HSL color Cylindrical-coordinate representation of color #96941C: hue angle of 59.02º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96941C is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB15014828-
CMYK00.010.810.41
HSL59.02º68.54%34.9%-
HSV(B)59.02º81.33%58.82%-
XYZ23.3827.755.22-
YUV134.9267.66138.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.01%
GREEN value IS 148 (58.20% from 255) = 45.40%
BLUE value IS 28 (11.33% from 255) = 8.59%
R=46.01%
G=45.40%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501482800.010.810.4159.0268.5434.9
Hex96941C0151293b4523
Octal2262243401121517310543
Binary1001011010010100111000110100011010011110111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96941C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96941C; }

 p { color: rgb(150,148,28); }

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

<style>
 a { background-color: #96941C; }

 a { background-color: rgb(150,148,28); }

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

<style>
 span { border-color: #96941C; }

 span { border-color: rgb(150,148,28); }

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