#88990A

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

Shades of Citron #88990A

Tints of Citron #88990A

Color information

#88990A (or 0x88990A) is unknown color: approx Citron. HEX triplet: 88, 99 and 0A. RGB value is (136,153,10). Sum of RGB (Red+Green+Blue) = 136+153+10=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 153 (60.16% from 255 or 51.17% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 153 - color contains mainly: green. Hex color #88990A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88990A is #7766F5. Grayscale: #848484. Windows color (decimal): -7825142 or 694664. OLE color: 694664.

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

Color convert

RGB13615310-
CMYK0.1100.930.4
HSL67.13º87.73%31.96%-
HSV(B)67.13º93.46%60%-
XYZ21.628.044.56-
YUV131.6159.37131.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.48%
GREEN value IS 153 (60.16% from 255) = 51.17%
BLUE value IS 10 (4.30% from 255) = 3.34%
R=45.48%
G=51.17%
B=3.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal136153100.1100.930.467.1387.7331.96
Hex8899AB05D28435820
Octal210231121301355010313040
Binary1000100010011001101010110101110110100010000111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88990A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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