#99982D

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

Shades of Citron #99982D

Tints of Citron #99982D

Color information

#99982D (or 0x99982D) is unknown color: approx Citron. HEX triplet: 99, 98 and 2D. RGB value is (153,152,45). Sum of RGB (Red+Green+Blue) = 153+152+45=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 152 (59.77% from 255 or 43.43% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #99982D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99982D is #6667D2. Grayscale: #8C8C8C. Windows color (decimal): -6711251 or 2988185. OLE color: 2988185.

HSL color Cylindrical-coordinate representation of color #99982D: hue angle of 59.44º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99982D is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB15315245-
CMYK00.010.710.4
HSL59.44º54.55%38.82%-
HSV(B)59.44º70.59%60%-
XYZ24.8429.426.85-
YUV140.174.33137.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.71%
GREEN value IS 152 (59.77% from 255) = 43.43%
BLUE value IS 45 (17.97% from 255) = 12.86%
R=43.71%
G=43.43%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531524500.010.710.459.4454.5538.82
Hex99982D0147283b3727
Octal231230550110750736747
Binary1001100110011000101101011000111101000111011110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99982D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99982D; }

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

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

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

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

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

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

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

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