#88A319

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

Shades of Citron #88A319

Tints of Citron #88A319

Color information

#88A319 (or 0x88A319) is unknown color: approx Citron. HEX triplet: 88, A3 and 19. RGB value is (136,163,25). Sum of RGB (Red+Green+Blue) = 136+163+25=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 163 (64.06% from 255 or 50.31% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 163 - color contains mainly: green. Hex color #88A319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88A319 is #775CE6. Grayscale: #8B8B8B. Windows color (decimal): -7822567 or 1680264. OLE color: 1680264.

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

Color convert

RGB13616325-
CMYK0.1700.850.36
HSL71.74º73.4%36.86%-
HSV(B)71.74º84.66%63.92%-
XYZ23.4331.55.76-
YUV139.263.55125.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.98%
GREEN value IS 163 (64.06% from 255) = 50.31%
BLUE value IS 25 (10.16% from 255) = 7.72%
R=41.98%
G=50.31%
B=7.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal136163250.1700.850.3671.7473.436.86
Hex88A3191105524484925
Octal210243312101254411011145
Binary100010001010001111001100010101010110010010010001001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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