#999428

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

Shades of Citron #999428

Tints of Citron #999428

Color information

#999428 (or 0x999428) is unknown color: approx Citron. HEX triplet: 99, 94 and 28. RGB value is (153,148,40). Sum of RGB (Red+Green+Blue) = 153+148+40=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #999428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999428 is #666BD7. Grayscale: #898989. Windows color (decimal): -6712280 or 2659481. OLE color: 2659481.

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

Color convert

RGB15314840-
CMYK00.030.740.4
HSL57.35º58.55%37.84%-
HSV(B)57.35º73.86%60%-
XYZ24.1128.116.16-
YUV137.1873.16139.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.87%
GREEN value IS 148 (58.20% from 255) = 43.40%
BLUE value IS 40 (16.02% from 255) = 11.73%
R=44.87%
G=43.40%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531484000.030.740.457.3558.5537.84
Hex999428034A28393b26
Octal231224500311250717346
Binary10011001100101001010000111001010101000111001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999428; }

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

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

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

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

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

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

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

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