#88990E

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

Shades of Citron #88990E

Tints of Citron #88990E

Color information

#88990E (or 0x88990E) is unknown color: approx Citron. HEX triplet: 88, 99 and 0E. RGB value is (136,153,14). Sum of RGB (Red+Green+Blue) = 136+153+14=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #88990E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88990E is #7766F1. Grayscale: #848484. Windows color (decimal): -7825138 or 956808. OLE color: 956808.

HSL color Cylindrical-coordinate representation of color #88990E: hue angle of 67.34º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #88990E is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.4.

Color convert

RGB13615314-
CMYK0.1100.910.4
HSL67.34º83.23%32.75%-
HSV(B)67.34º90.85%60%-
XYZ21.6228.054.69-
YUV132.0761.37130.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.88%
GREEN value IS 153 (60.16% from 255) = 50.50%
BLUE value IS 14 (5.86% from 255) = 4.62%
R=44.88%
G=50.50%
B=4.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal136153140.1100.910.467.3483.2332.75
Hex8899EB05B28435321
Octal210231161301335010312341
Binary1000100010011001111010110101101110100010000111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88990E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88990E; }

 p { color: rgb(136,153,14); }

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

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

 a { background-color: rgb(136,153,14); }

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

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

 span { border-color: rgb(136,153,14); }

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