Html Css Color HEX #88B125 Limerick

📋 copy color: '#88B125'

red 136 ◦ green 177 ◦ blue 37

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

Shades of Limerick #88B125

Tints of Limerick #88B125

RGB

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

 GREEN value IS 177 (69.53% from 255) = 50.57%

 BLUE value IS 37 (14.84% from 255) = 10.57%

R = 38.86%
G = 50.57%
B = 10.57%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#88B125 (or 0x88B125) is known color: Limerick. HEX triplet: 88, B1 and 25. RGB value is (136,177,37). Sum of RGB (Red+Green+Blue) = 136+177+37=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 177 (69.53% from 255 or 50.57% from 350); Blue value is 37 (14.84% from 255 or 10.57% from 350); Max value from RGB is 177 - color contains mainly: green. Hex color #88B125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88B125 is #774EDA. Grayscale: #959595. Windows color (decimal): -7818971 or 2470280. OLE color: 2470280.

HSL color Cylindrical-coordinate representation of color #88B125: hue angle of 77.57º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #88B125 is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 136 177 37 -
CMYK 0.23 0 0.79 0.31
HSL 77.57º 0.65% 0.42% -
HSV(B) 77.57º 0.79% 0.69% -
XYZ 26.21 36.81 7.47 -
YUV 148.78 64.92 118.88 -
System Red Green Blue C M Y K H S L
Decimal 136 177 37 0.23 0 0.79 0.31 77.57 0.65 0.42
Hex 88 B1 25 17 0 4F 1F 4E 41 2A
Octal 210 261 45 27 0 117 37 116 101 52
Binary 10001000 10110001 100101 10111 0 1001111 11111 1001110 1000001 101010

Color Harmonies of #88B125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B125

Black with #88B125

Text Example


Text Example

White with #88B125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,177,37); }

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

background-color css

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

 a { background-color: rgb(136,177,37); }

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

border-color css

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

 span { border-color: rgb(136,177,37); }

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