#88A11D

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

Shades of Citron #88A11D

Tints of Citron #88A11D

Color information

#88A11D (or 0x88A11D) is unknown color: approx Citron. HEX triplet: 88, A1 and 1D. RGB value is (136,161,29). Sum of RGB (Red+Green+Blue) = 136+161+29=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 161 (63.28% from 255 or 49.39% from 326); Blue value is 29 (11.72% from 255 or 8.90% from 326); Max value from RGB is 161 - color contains mainly: green. Hex color #88A11D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88A11D is #775EE2. Grayscale: #8A8A8A. Windows color (decimal): -7823075 or 1941896. OLE color: 1941896.

HSL color Cylindrical-coordinate representation of color #88A11D: hue angle of 71.36º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #88A11D is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB13616129-
CMYK0.1600.820.37
HSL71.36º69.47%37.25%-
HSV(B)71.36º81.99%63.14%-
XYZ23.1230.815.89-
YUV138.4866.22126.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.72%
GREEN value IS 161 (63.28% from 255) = 49.39%
BLUE value IS 29 (11.72% from 255) = 8.90%
R=41.72%
G=49.39%
B=8.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal136161290.1600.820.3771.3669.4737.25
Hex88A11D1005225474525
Octal210241352001224510710545
Binary100010001010000111101100000101001010010110001111000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A11D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,161,29); }

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

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

 a { background-color: rgb(136,161,29); }

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

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

 span { border-color: rgb(136,161,29); }

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