#959418

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

Shades of Citron #959418

Tints of Citron #959418

Color information

#959418 (or 0x959418) is unknown color: approx Citron. HEX triplet: 95, 94 and 18. RGB value is (149,148,24). Sum of RGB (Red+Green+Blue) = 149+148+24=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #959418 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959418 is #6A6BE7. Grayscale: #868686. Windows color (decimal): -6974440 or 1610901. OLE color: 1610901.

HSL color Cylindrical-coordinate representation of color #959418: hue angle of 59.52º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #959418 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB14914824-
CMYK00.010.840.42
HSL59.52º72.25%33.92%-
HSV(B)59.52º83.89%58.43%-
XYZ23.1527.644.98-
YUV134.1665.83138.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.42%
GREEN value IS 148 (58.20% from 255) = 46.11%
BLUE value IS 24 (9.77% from 255) = 7.48%
R=46.42%
G=46.11%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491482400.010.840.4259.5272.2533.92
Hex95941801542A3c4822
Octal2252243001124527411042
Binary1001010110010100110000110101001010101111001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959418; }

 p { color: rgb(149,148,24); }

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

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

 a { background-color: rgb(149,148,24); }

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

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

 span { border-color: rgb(149,148,24); }

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