Html Css Color HEX #88A32D Limerick

📋 copy color: '#88A32D'

red 136 ◦ green 163 ◦ blue 45

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

Shades of Limerick #88A32D

Tints of Limerick #88A32D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 47.38%

 BLUE value IS 45 (17.97% from 255) = 13.08%

R = 39.53%
G = 47.38%
B = 13.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#88A32D (or 0x88A32D) is known color: Limerick. HEX triplet: 88, A3 and 2D. RGB value is (136,163,45). Sum of RGB (Red+Green+Blue) = 136+163+45=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 163 (64.06% from 255 or 47.38% from 344); Blue value is 45 (17.97% from 255 or 13.08% from 344); Max value from RGB is 163 - color contains mainly: green. Hex color #88A32D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88A32D is #775CD2. Grayscale: #8D8D8D. Windows color (decimal): -7822547 or 2990984. OLE color: 2990984.

HSL color Cylindrical-coordinate representation of color #88A32D: hue angle of 73.73º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #88A32D is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 136 163 45 -
CMYK 0.17 0 0.72 0.36
HSL 73.73º 0.57% 0.41% -
HSV(B) 73.73º 0.72% 0.64% -
XYZ 23.72 31.62 7.34 -
YUV 141.48 73.55 124.09 -
System Red Green Blue C M Y K H S L
Decimal 136 163 45 0.17 0 0.72 0.36 73.73 0.57 0.41
Hex 88 A3 2D 11 0 48 24 4A 39 29
Octal 210 243 55 21 0 110 44 112 71 51
Binary 10001000 10100011 101101 10001 0 1001000 100100 1001010 111001 101001

Color Harmonies of #88A32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A32D

Black with #88A32D

Text Example


Text Example

White with #88A32D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,163,45); }

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

background-color css

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

 a { background-color: rgb(136,163,45); }

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

border-color css

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

 span { border-color: rgb(136,163,45); }

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