Html Css Color HEX #88AA0F Limerick

📋 copy color: '#88AA0F'

red 136 ◦ green 170 ◦ blue 15

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

Shades of Limerick #88AA0F

Tints of Limerick #88AA0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.67%

R = 42.37%
G = 52.96%
B = 4.67%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#88AA0F (or 0x88AA0F) is known color: Limerick. HEX triplet: 88, AA and 0F. RGB value is (136,170,15). Sum of RGB (Red+Green+Blue) = 136+170+15=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 170 (66.80% from 255 or 52.96% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 170 - color contains mainly: green. Hex color #88AA0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88AA0F is #7755F0. Grayscale: #8E8E8E. Windows color (decimal): -7820785 or 1026696. OLE color: 1026696.

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

Color convert

RGB 136 170 15 -
CMYK 0.20 0 0.91 0.33
HSL 73.16º 0.84% 0.36% -
HSV(B) 73.16º 0.91% 0.67% -
XYZ 24.61 34.02 5.72 -
YUV 142.16 56.24 123.6 -
System Red Green Blue C M Y K H S L
Decimal 136 170 15 0.20 0 0.91 0.33 73.16 0.84 0.36
Hex 88 AA F 14 0 5B 21 49 54 24
Octal 210 252 17 24 0 133 41 111 124 44
Binary 10001000 10101010 1111 10100 0 1011011 100001 1001001 1010100 100100

Color Harmonies of #88AA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AA0F

Black with #88AA0F

Text Example


Text Example

White with #88AA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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