#98992D

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

Shades of Citron #98992D

Tints of Citron #98992D

Color information

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

HSL color Cylindrical-coordinate representation of color #98992D: hue angle of 60.56º 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 #98992D is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB15215345-
CMYK0.0100.710.4
HSL60.56º54.55%38.82%-
HSV(B)60.56º70.59%60%-
XYZ24.8129.656.9-
YUV140.3974.17136.28-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal152153450.0100.710.460.5654.5538.82
Hex98992D1047283d3727
Octal230231551010750756747
Binary1001100010011001101101101000111101000111101110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98992D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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