Html Css Color HEX #88A226 Limerick

📋 copy color: '#88A226'

red 136 ◦ green 162 ◦ blue 38

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

Shades of Limerick #88A226

Tints of Limerick #88A226

RGB

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

 GREEN value IS 162 (63.67% from 255) = 48.21%

 BLUE value IS 38 (15.23% from 255) = 11.31%

R = 40.48%
G = 48.21%
B = 11.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#88A226 (or 0x88A226) is known color: Limerick. HEX triplet: 88, A2 and 26. RGB value is (136,162,38). Sum of RGB (Red+Green+Blue) = 136+162+38=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 162 (63.67% from 255 or 48.21% from 336); Blue value is 38 (15.23% from 255 or 11.31% from 336); Max value from RGB is 162 - color contains mainly: green. Hex color #88A226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88A226 is #775DD9. Grayscale: #8C8C8C. Windows color (decimal): -7822810 or 2531976. OLE color: 2531976.

HSL color Cylindrical-coordinate representation of color #88A226: hue angle of 72.58º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #88A226 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 136 162 38 -
CMYK 0.16 0 0.77 0.36
HSL 72.58º 0.62% 0.39% -
HSV(B) 72.58º 0.77% 0.64% -
XYZ 23.42 31.21 6.62 -
YUV 140.09 70.39 125.08 -
System Red Green Blue C M Y K H S L
Decimal 136 162 38 0.16 0 0.77 0.36 72.58 0.62 0.39
Hex 88 A2 26 10 0 4D 24 49 3E 27
Octal 210 242 46 20 0 115 44 111 76 47
Binary 10001000 10100010 100110 10000 0 1001101 100100 1001001 111110 100111

Color Harmonies of #88A226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A226

Black with #88A226

Text Example


Text Example

White with #88A226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,162,38); }

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

background-color css

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

 a { background-color: rgb(136,162,38); }

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

border-color css

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

 span { border-color: rgb(136,162,38); }

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