#8BB630

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

Shades of Limerick #8BB630

Tints of Limerick #8BB630

Color information

#8BB630 (or 0x8BB630) is unknown color: approx Limerick. HEX triplet: 8B, B6 and 30. RGB value is (139,182,48). Sum of RGB (Red+Green+Blue) = 139+182+48=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 182 (71.48% from 255 or 49.32% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 182 - color contains mainly: green. Hex color #8BB630 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BB630 is #7449CF. Grayscale: #9A9A9A. Windows color (decimal): -7621072 or 3192459. OLE color: 3192459.

HSL color Cylindrical-coordinate representation of color #8BB630: hue angle of 79.25º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8BB630 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB13918248-
CMYK0.2400.740.29
HSL79.25º58.26%45.1%-
HSV(B)79.25º73.63%71.37%-
XYZ27.9139.168.88-
YUV153.8768.25117.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.67%
GREEN value IS 182 (71.48% from 255) = 49.32%
BLUE value IS 48 (19.14% from 255) = 13.01%
R=37.67%
G=49.32%
B=13.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal139182480.2400.740.2979.2558.2645.1
Hex8BB6301804A1D4f3a2d
Octal21326660300112351177255
Binary10001011101101101100001100001001010111011001111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BB630; }

 p { color: rgb(139,182,48); }

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

<style>
 a { background-color: #8BB630; }

 a { background-color: rgb(139,182,48); }

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

<style>
 span { border-color: #8BB630; }

 span { border-color: rgb(139,182,48); }

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