#88A200

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

Shades of Citrus #88A200

Tints of Citrus #88A200

Color information

#88A200 (or 0x88A200) is unknown color: approx Citrus. HEX triplet: 88, A2 and 00. RGB value is (136,162,0). Sum of RGB (Red+Green+Blue) = 136+162+0=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 162 (63.67% from 255 or 54.36% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 162 - color contains mainly: green. Hex color #88A200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88A200 is #775DFF. Grayscale: #888888. Windows color (decimal): -7822848 or 41608. OLE color: 41608.

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

Color convert

RGB1361620-
CMYK0.16010.36
HSL69.63º100%31.76%-
HSV(B)69.63º100%63.53%-
XYZ23.0731.074.78-
YUV135.7651.39128.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.64%
GREEN value IS 162 (63.67% from 255) = 54.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.64%
G=54.36%
B=0%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal13616200.16010.3669.6310031.76
Hex88A201006424466420
Octal21024202001444410614440
Binary10001000101000100100000110010010010010001101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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