#96942A

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

Shades of Citron #96942A

Tints of Citron #96942A

Color information

#96942A (or 0x96942A) is unknown color: approx Citron. HEX triplet: 96, 94 and 2A. RGB value is (150,148,42). Sum of RGB (Red+Green+Blue) = 150+148+42=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 42 (16.80% from 255 or 12.35% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #96942A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96942A is #696BD5. Grayscale: #888888. Windows color (decimal): -6908886 or 2790550. OLE color: 2790550.

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

Color convert

RGB15014842-
CMYK00.010.720.41
HSL58.89º56.25%37.65%-
HSV(B)58.89º72%58.82%-
XYZ23.5927.836.32-
YUV136.5174.66137.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.12%
GREEN value IS 148 (58.20% from 255) = 43.53%
BLUE value IS 42 (16.80% from 255) = 12.35%
R=44.12%
G=43.53%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501484200.010.720.4158.8956.2537.65
Hex96942A0148293b3826
Octal226224520111051737046
Binary1001011010010100101010011001000101001111011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96942A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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