#88A31A

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

Shades of Citron #88A31A

Tints of Citron #88A31A

Color information

#88A31A (or 0x88A31A) is unknown color: approx Citron. HEX triplet: 88, A3 and 1A. RGB value is (136,163,26). Sum of RGB (Red+Green+Blue) = 136+163+26=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 163 (64.06% from 255 or 50.15% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 163 - color contains mainly: green. Hex color #88A31A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88A31A is #775CE5. Grayscale: #8B8B8B. Windows color (decimal): -7822566 or 1745800. OLE color: 1745800.

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

Color convert

RGB13616326-
CMYK0.1700.840.36
HSL71.82º72.49%37.06%-
HSV(B)71.82º84.05%63.92%-
XYZ23.4431.55.82-
YUV139.3164.05125.64-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.85%
GREEN value IS 163 (64.06% from 255) = 50.15%
BLUE value IS 26 (10.55% from 255) = 8%
R=41.85%
G=50.15%
B=8%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal136163260.1700.840.3671.8272.4937.06
Hex88A31A1105424484825
Octal210243322101244411011045
Binary100010001010001111010100010101010010010010010001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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