#88A30A

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

Shades of Citron #88A30A

Tints of Citron #88A30A

Color information

#88A30A (or 0x88A30A) is unknown color: approx Citron. HEX triplet: 88, A3 and 0A. RGB value is (136,163,10). Sum of RGB (Red+Green+Blue) = 136+163+10=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 163 (64.06% from 255 or 52.75% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 163 - color contains mainly: green. Hex color #88A30A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88A30A is #775CF5. Grayscale: #8A8A8A. Windows color (decimal): -7822582 or 697224. OLE color: 697224.

HSL color Cylindrical-coordinate representation of color #88A30A: hue angle of 70.59º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #88A30A is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB13616310-
CMYK0.1700.940.36
HSL70.59º88.44%33.92%-
HSV(B)70.59º93.87%63.92%-
XYZ23.3131.455.13-
YUV137.4856.05126.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.01%
GREEN value IS 163 (64.06% from 255) = 52.75%
BLUE value IS 10 (4.30% from 255) = 3.24%
R=44.01%
G=52.75%
B=3.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal136163100.1700.940.3670.5988.4433.92
Hex88A3A1105E24475822
Octal210243122101364410713042
Binary10001000101000111010100010101111010010010001111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A30A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88A30A; }

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

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

<style>
 a { background-color: #88A30A; }

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

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

<style>
 span { border-color: #88A30A; }

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

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