Html Css Color HEX #8BB412 Limerick

📋 copy color: '#8BB412'

red 139 ◦ green 180 ◦ blue 18

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

Shades of Limerick #8BB412

Tints of Limerick #8BB412

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.41%

 BLUE value IS 18 (7.42% from 255) = 5.34%

R = 41.25%
G = 53.41%
B = 5.34%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#8BB412 (or 0x8BB412) is known color: Limerick. HEX triplet: 8B, B4 and 12. RGB value is (139,180,18). Sum of RGB (Red+Green+Blue) = 139+180+18=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 180 (70.70% from 255 or 53.41% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 180 - color contains mainly: green. Hex color #8BB412 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BB412 is #744BED. Grayscale: #959595. Windows color (decimal): -7621614 or 1225867. OLE color: 1225867.

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

Color convert

RGB 139 180 18 -
CMYK 0.23 0 0.9 0.29
HSL 75.19º 0.82% 0.39% -
HSV(B) 75.19º 0.9% 0.71% -
XYZ 27.08 38.18 6.51 -
YUV 149.27 53.92 120.67 -
System Red Green Blue C M Y K H S L
Decimal 139 180 18 0.23 0 0.9 0.29 75.19 0.82 0.39
Hex 8B B4 12 17 0 5A 1D 4B 52 27
Octal 213 264 22 27 0 132 35 113 122 47
Binary 10001011 10110100 10010 10111 0 1011010 11101 1001011 1010010 100111

Color Harmonies of #8BB412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB412

Black with #8BB412

Text Example


Text Example

White with #8BB412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,180,18); }

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

background-color css

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

 a { background-color: rgb(139,180,18); }

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

border-color css

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

 span { border-color: rgb(139,180,18); }

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