#88AD02

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

Shades of Citrus #88AD02

Tints of Citrus #88AD02

Color information

#88AD02 (or 0x88AD02) is unknown color: approx Citrus. HEX triplet: 88, AD and 02. RGB value is (136,173,2). Sum of RGB (Red+Green+Blue) = 136+173+2=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 173 (67.97% from 255 or 55.63% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 173 - color contains mainly: green. Hex color #88AD02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88AD02 is #7752FD. Grayscale: #8F8F8F. Windows color (decimal): -7820030 or 175496. OLE color: 175496.

HSL color Cylindrical-coordinate representation of color #88AD02: hue angle of 72.98º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #88AD02 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB1361732-
CMYK0.2100.990.32
HSL72.98º97.71%34.31%-
HSV(B)72.98º98.84%67.84%-
XYZ25.1135.135.51-
YUV142.4448.74123.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.73%
GREEN value IS 173 (67.97% from 255) = 55.63%
BLUE value IS 2 (1.17% from 255) = 0.64%
R=43.73%
G=55.63%
B=0.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal13617320.2100.990.3272.9897.7134.31
Hex88AD21506320496222
Octal21025522501434011114242
Binary100010001010110110101010110001110000010010011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AD02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,173,2); }

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

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

 a { background-color: rgb(136,173,2); }

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

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

 span { border-color: rgb(136,173,2); }

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