Html Css Color HEX #8BB522 Limerick

📋 copy color: '#8BB522'

red 139 ◦ green 181 ◦ blue 34

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

Shades of Limerick #8BB522

Tints of Limerick #8BB522

RGB

 RED value IS 139 (54.69% from 255) = 39.27%

 GREEN value IS 181 (71.09% from 255) = 51.13%

 BLUE value IS 34 (13.67% from 255) = 9.6%

R = 39.27%
G = 51.13%
B = 9.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#8BB522 (or 0x8BB522) is known color: Limerick. HEX triplet: 8B, B5 and 22. RGB value is (139,181,34). Sum of RGB (Red+Green+Blue) = 139+181+34=354 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.27% from 354); Green value is 181 (71.09% from 255 or 51.13% from 354); Blue value is 34 (13.67% from 255 or 9.60% from 354); Max value from RGB is 181 - color contains mainly: green. Hex color #8BB522 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BB522 is #744ADD. Grayscale: #989898. Windows color (decimal): -7621342 or 2274699. OLE color: 2274699.

HSL color Cylindrical-coordinate representation of color #8BB522: hue angle of 77.14º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8BB522 is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 139 181 34 -
CMYK 0.23 0 0.81 0.29
HSL 77.14º 0.68% 0.42% -
HSV(B) 77.14º 0.81% 0.71% -
XYZ 27.46 38.65 7.53 -
YUV 151.68 61.59 118.95 -
System Red Green Blue C M Y K H S L
Decimal 139 181 34 0.23 0 0.81 0.29 77.14 0.68 0.42
Hex 8B B5 22 17 0 51 1D 4D 44 2A
Octal 213 265 42 27 0 121 35 115 104 52
Binary 10001011 10110101 100010 10111 0 1010001 11101 1001101 1000100 101010

Color Harmonies of #8BB522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB522

Black with #8BB522

Text Example


Text Example

White with #8BB522

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,181,34); }

 H1.HeaderClassName
 {
   color: #8BB522;
 }
 .AnyTagClassName
 {
   color: #8BB522;
 }
</style>

background-color css

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

 a { background-color: rgb(139,181,34); }

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

border-color css

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

 span { border-color: rgb(139,181,34); }

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