#88A213

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

Shades of Citron #88A213

Tints of Citron #88A213

Color information

#88A213 (or 0x88A213) is unknown color: approx Citron. HEX triplet: 88, A2 and 13. RGB value is (136,162,19). Sum of RGB (Red+Green+Blue) = 136+162+19=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 162 (63.67% from 255 or 51.10% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 162 - color contains mainly: green. Hex color #88A213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88A213 is #775DEC. Grayscale: #8A8A8A. Windows color (decimal): -7822829 or 1286792. OLE color: 1286792.

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

Color convert

RGB13616219-
CMYK0.1600.880.36
HSL70.91º79.01%35.49%-
HSV(B)70.91º88.27%63.53%-
XYZ23.1931.125.4-
YUV137.9260.89126.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.90%
GREEN value IS 162 (63.67% from 255) = 51.10%
BLUE value IS 19 (7.81% from 255) = 5.99%
R=42.90%
G=51.10%
B=5.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal136162190.1600.880.3670.9179.0135.49
Hex88A2131005824474f23
Octal210242232001304410711743
Binary100010001010001010011100000101100010010010001111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,162,19); }

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

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

 a { background-color: rgb(136,162,19); }

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

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

 span { border-color: rgb(136,162,19); }

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