Html Css Color HEX #88AF3C Limerick

📋 copy color: '#88AF3C'

red 136 ◦ green 175 ◦ blue 60

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

Shades of Limerick #88AF3C

Tints of Limerick #88AF3C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.17%

 BLUE value IS 60 (23.83% from 255) = 16.17%

R = 36.66%
G = 47.17%
B = 16.17%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#88AF3C (or 0x88AF3C) is known color: Limerick. HEX triplet: 88, AF and 3C. RGB value is (136,175,60). Sum of RGB (Red+Green+Blue) = 136+175+60=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #88AF3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88AF3C is #7750C3. Grayscale: #969696. Windows color (decimal): -7819460 or 3977096. OLE color: 3977096.

HSL color Cylindrical-coordinate representation of color #88AF3C: hue angle of 80.35º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #88AF3C is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 136 175 60 -
CMYK 0.22 0 0.66 0.31
HSL 80.35º 0.49% 0.46% -
HSV(B) 80.35º 0.66% 0.69% -
XYZ 26.3 36.22 9.88 -
YUV 150.23 77.08 117.85 -
System Red Green Blue C M Y K H S L
Decimal 136 175 60 0.22 0 0.66 0.31 80.35 0.49 0.46
Hex 88 AF 3C 16 0 42 1F 50 31 2E
Octal 210 257 74 26 0 102 37 120 61 56
Binary 10001000 10101111 111100 10110 0 1000010 11111 1010000 110001 101110

Color Harmonies of #88AF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AF3C

Black with #88AF3C

Text Example


Text Example

White with #88AF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,175,60); }

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

background-color css

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

 a { background-color: rgb(136,175,60); }

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

border-color css

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

 span { border-color: rgb(136,175,60); }

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