#88991A

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

Shades of Citron #88991A

Tints of Citron #88991A

Color information

#88991A (or 0x88991A) is unknown color: approx Citron. HEX triplet: 88, 99 and 1A. RGB value is (136,153,26). Sum of RGB (Red+Green+Blue) = 136+153+26=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #88991A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88991A is #7766E5. Grayscale: #858585. Windows color (decimal): -7825126 or 1743240. OLE color: 1743240.

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

Color convert

RGB13615326-
CMYK0.1100.830.4
HSL68.03º70.95%35.1%-
HSV(B)68.03º83.01%60%-
XYZ21.7328.095.25-
YUV133.4467.37129.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.17%
GREEN value IS 153 (60.16% from 255) = 48.57%
BLUE value IS 26 (10.55% from 255) = 8.25%
R=43.17%
G=48.57%
B=8.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal136153260.1100.830.468.0370.9535.1
Hex88991AB05328444723
Octal210231321301235010410743
Binary10001000100110011101010110101001110100010001001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88991A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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