Html Css Color HEX #88B925 Limerick

📋 copy color: '#88B925'

red 136 ◦ green 185 ◦ blue 37

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

Shades of Limerick #88B925

Tints of Limerick #88B925

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.68%

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

R = 37.99%
G = 51.68%
B = 10.34%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#88B925 (or 0x88B925) is known color: Limerick. HEX triplet: 88, B9 and 25. RGB value is (136,185,37). Sum of RGB (Red+Green+Blue) = 136+185+37=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 185 (72.66% from 255 or 51.68% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 185 - color contains mainly: green. Hex color #88B925 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88B925 is #7746DA. Grayscale: #9A9A9A. Windows color (decimal): -7816923 or 2472328. OLE color: 2472328.

HSL color Cylindrical-coordinate representation of color #88B925: hue angle of 79.86º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #88B925 is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 185 37 -
CMYK 0.26 0 0.80 0.27
HSL 79.86º 0.67% 0.44% -
HSV(B) 79.86º 0.8% 0.73% -
XYZ 27.84 40.07 8.02 -
YUV 153.48 62.27 115.53 -
System Red Green Blue C M Y K H S L
Decimal 136 185 37 0.26 0 0.80 0.27 79.86 0.67 0.44
Hex 88 B9 25 1A 0 50 1B 50 43 2C
Octal 210 271 45 32 0 120 33 120 103 54
Binary 10001000 10111001 100101 11010 0 1010000 11011 1010000 1000011 101100

Color Harmonies of #88B925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B925

Black with #88B925

Text Example


Text Example

White with #88B925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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