#88B01B

Color #88B01B Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #88B01B

Tints of Limerick #88B01B

Color information

#88B01B (or 0x88B01B) is unknown color: approx Limerick. HEX triplet: 88, B0 and 1B. RGB value is (136,176,27). Sum of RGB (Red+Green+Blue) = 136+176+27=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 176 (69.14% from 255 or 51.92% from 339); Blue value is 27 (10.94% from 255 or 7.96% from 339); Max value from RGB is 176 - color contains mainly: green. Hex color #88B01B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88B01B is #774FE4. Grayscale: #939393. Windows color (decimal): -7819237 or 1814664. OLE color: 1814664.

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

Color convert

RGB13617627-
CMYK0.2300.850.31
HSL76.11º73.4%39.8%-
HSV(B)76.11º84.66%69.02%-
XYZ25.8836.366.69-
YUV147.0560.25120.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.12%
GREEN value IS 176 (69.14% from 255) = 51.92%
BLUE value IS 27 (10.94% from 255) = 7.96%
R=40.12%
G=51.92%
B=7.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal136176270.2300.850.3176.1173.439.8
Hex88B01B170551F4c4928
Octal210260332701253711411150
Binary10001000101100001101110111010101011111110011001001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B01B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,176,27); }

 H1.HeaderClassName
 {
   color: #88B01B;
 }
 .AnyTagClassName
 {
   color: #88B01B;
 }
</style>
background-color css

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

 a { background-color: rgb(136,176,27); }

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

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

 span { border-color: rgb(136,176,27); }

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