#9B982D

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

Shades of Citron #9B982D

Tints of Citron #9B982D

Color information

#9B982D (or 0x9B982D) is unknown color: approx Citron. HEX triplet: 9B, 98 and 2D. RGB value is (155,152,45). Sum of RGB (Red+Green+Blue) = 155+152+45=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 155 - color contains mainly: red. Hex color #9B982D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B982D is #6467D2. Grayscale: #8D8D8D. Windows color (decimal): -6580179 or 2988187. OLE color: 2988187.

HSL color Cylindrical-coordinate representation of color #9B982D: hue angle of 58.36º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9B982D is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.39.

Color convert

RGB15515245-
CMYK00.020.710.39
HSL58.36º55%39.22%-
HSV(B)58.36º70.97%60.78%-
XYZ25.2229.616.87-
YUV140.773.99138.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.03%
GREEN value IS 152 (59.77% from 255) = 43.18%
BLUE value IS 45 (17.97% from 255) = 12.78%
R=44.03%
G=43.18%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551524500.020.710.3958.365539.22
Hex9B982D0247273a3727
Octal233230550210747726747
Binary10011011100110001011010101000111100111111010110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B982D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B982D; }

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

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

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

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

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

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

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

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