Html Css Color HEX #88AC0F Limerick

📋 copy color: '#88AC0F'

red 136 ◦ green 172 ◦ blue 15

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

Shades of Limerick #88AC0F

Tints of Limerick #88AC0F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 53.25%

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

R = 42.11%
G = 53.25%
B = 4.64%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#88AC0F (or 0x88AC0F) is known color: Limerick. HEX triplet: 88, AC and 0F. RGB value is (136,172,15). Sum of RGB (Red+Green+Blue) = 136+172+15=323 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.11% from 323); Green value is 172 (67.58% from 255 or 53.25% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 172 - color contains mainly: green. Hex color #88AC0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88AC0F is #7753F0. Grayscale: #8F8F8F. Windows color (decimal): -7820273 or 1027208. OLE color: 1027208.

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

Color convert

RGB 136 172 15 -
CMYK 0.21 0 0.91 0.33
HSL 73.76º 0.84% 0.37% -
HSV(B) 73.76º 0.91% 0.67% -
XYZ 24.99 34.77 5.85 -
YUV 143.34 55.57 122.77 -
System Red Green Blue C M Y K H S L
Decimal 136 172 15 0.21 0 0.91 0.33 73.76 0.84 0.37
Hex 88 AC F 15 0 5B 21 4A 54 25
Octal 210 254 17 25 0 133 41 112 124 45
Binary 10001000 10101100 1111 10101 0 1011011 100001 1001010 1010100 100101

Color Harmonies of #88AC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AC0F

Black with #88AC0F

Text Example


Text Example

White with #88AC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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