#88A603

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

Shades of Citrus #88A603

Tints of Citrus #88A603

Color information

#88A603 (or 0x88A603) is unknown color: approx Citrus. HEX triplet: 88, A6 and 03. RGB value is (136,166,3). Sum of RGB (Red+Green+Blue) = 136+166+3=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 166 (65.23% from 255 or 54.43% from 305); Blue value is 3 (1.56% from 255 or 0.98% from 305); Max value from RGB is 166 - color contains mainly: green. Hex color #88A603 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88A603 is #7759FC. Grayscale: #8B8B8B. Windows color (decimal): -7821821 or 239240. OLE color: 239240.

HSL color Cylindrical-coordinate representation of color #88A603: hue angle of 71.04º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #88A603 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB1361663-
CMYK0.1800.980.35
HSL71.04º96.45%33.14%-
HSV(B)71.04º98.19%65.1%-
XYZ23.8132.515.11-
YUV138.4551.56126.25-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.59%
GREEN value IS 166 (65.23% from 255) = 54.43%
BLUE value IS 3 (1.56% from 255) = 0.98%
R=44.59%
G=54.43%
B=0.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal13616630.1800.980.3571.0496.4533.14
Hex88A631206223476021
Octal21024632201424310714041
Binary100010001010011011100100110001010001110001111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,166,3); }

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

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

 a { background-color: rgb(136,166,3); }

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

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

 span { border-color: rgb(136,166,3); }

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