#99981B

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

Shades of Citron #99981B

Tints of Citron #99981B

Color information

#99981B (or 0x99981B) is unknown color: approx Citron. HEX triplet: 99, 98 and 1B. RGB value is (153,152,27). Sum of RGB (Red+Green+Blue) = 153+152+27=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #99981B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99981B is #6667E4. Grayscale: #8A8A8A. Windows color (decimal): -6711269 or 1808537. OLE color: 1808537.

HSL color Cylindrical-coordinate representation of color #99981B: hue angle of 59.52º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #99981B is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB15315227-
CMYK00.010.820.4
HSL59.52º70%35.29%-
HSV(B)59.52º82.35%60%-
XYZ24.5629.315.4-
YUV138.0565.33138.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.08%
GREEN value IS 152 (59.77% from 255) = 45.78%
BLUE value IS 27 (10.94% from 255) = 8.13%
R=46.08%
G=45.78%
B=8.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531522700.010.820.459.527035.29
Hex99981B0152283c4623
Octal2312303301122507410643
Binary1001100110011000110110110100101010001111001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99981B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99981B; }

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

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

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

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

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

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

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

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