Html Css Color HEX #88AA00 Citrus

📋 copy color: '#88AA00'

red 136 ◦ green 170 ◦ blue 0

#88AA00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #88AA00

Tints of Citrus #88AA00

RGB

 RED value IS 136 (53.52% from 255) = 44.44%

 GREEN value IS 170 (66.8% from 255) = 55.56%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.44%
G = 55.56%
B = 0%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#88AA00 (or 0x88AA00) is known color: Citrus. HEX triplet: 88, AA and 00. RGB value is (136,170,0). Sum of RGB (Red+Green+Blue) = 136+170+0=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 170 (66.80% from 255 or 55.56% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 170 - color contains mainly: green. Hex color #88AA00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88AA00 is #7755FF. Grayscale: #8D8D8D. Windows color (decimal): -7820800 or 43656. OLE color: 43656.

HSL color Cylindrical-coordinate representation of color #88AA00: hue angle of 72º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #88AA00 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 170 0 -
CMYK 0.20 0 1 0.33
HSL 72º 1% 0.33% -
HSV(B) 72º 1% 0.67% -
XYZ 24.53 33.98 5.27 -
YUV 140.45 48.74 124.82 -
System Red Green Blue C M Y K H S L
Decimal 136 170 0 0.20 0 1 0.33 72 1 0.33
Hex 88 AA 0 14 0 64 21 48 64 21
Octal 210 252 0 24 0 144 41 110 144 41
Binary 10001000 10101010 0 10100 0 1100100 100001 1001000 1100100 100001

Color Harmonies of #88AA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AA00

Black with #88AA00

Text Example


Text Example

White with #88AA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88AA00;
 }
 .AnyTagClassName
 {
   color: #88AA00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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