#999825

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

Shades of Citron #999825

Tints of Citron #999825

Color information

#999825 (or 0x999825) is unknown color: approx Citron. HEX triplet: 99, 98 and 25. RGB value is (153,152,37). Sum of RGB (Red+Green+Blue) = 153+152+37=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 37 (14.84% from 255 or 10.82% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #999825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999825 is #6667DA. Grayscale: #8B8B8B. Windows color (decimal): -6711259 or 2463897. OLE color: 2463897.

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

Color convert

RGB15315237-
CMYK00.010.760.4
HSL59.48º61.05%37.25%-
HSV(B)59.48º75.82%60%-
XYZ24.729.366.12-
YUV139.1970.33137.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.74%
GREEN value IS 152 (59.77% from 255) = 44.44%
BLUE value IS 37 (14.84% from 255) = 10.82%
R=44.74%
G=44.44%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531523700.010.760.459.4861.0537.25
Hex999825014C283b3d25
Octal231230450111450737545
Binary1001100110011000100101011001100101000111011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999825; }

 p { color: rgb(153,152,37); }

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

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

 a { background-color: rgb(153,152,37); }

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

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

 span { border-color: rgb(153,152,37); }

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