#999426

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

Shades of Citron #999426

Tints of Citron #999426

Color information

#999426 (or 0x999426) is unknown color: approx Citron. HEX triplet: 99, 94 and 26. RGB value is (153,148,38). Sum of RGB (Red+Green+Blue) = 153+148+38=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #999426 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999426 is #666BD9. Grayscale: #898989. Windows color (decimal): -6712282 or 2528409. OLE color: 2528409.

HSL color Cylindrical-coordinate representation of color #999426: hue angle of 57.39º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #999426 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB15314838-
CMYK00.030.750.4
HSL57.39º60.21%37.45%-
HSV(B)57.39º75.16%60%-
XYZ24.0828.095.99-
YUV136.9572.16139.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 148 (58.20% from 255) = 43.66%
BLUE value IS 38 (15.23% from 255) = 11.21%
R=45.13%
G=43.66%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531483800.030.750.457.3960.2137.45
Hex999426034B28393c25
Octal231224460311350717445
Binary10011001100101001001100111001011101000111001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999426; }

 p { color: rgb(153,148,38); }

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

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

 a { background-color: rgb(153,148,38); }

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

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

 span { border-color: rgb(153,148,38); }

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