Html Css Color HEX #8BAF16 Limerick

📋 copy color: '#8BAF16'

red 139 ◦ green 175 ◦ blue 22

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

Shades of Limerick #8BAF16

Tints of Limerick #8BAF16

RGB

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

 GREEN value IS 175 (68.75% from 255) = 52.08%

 BLUE value IS 22 (8.98% from 255) = 6.55%

R = 41.37%
G = 52.08%
B = 6.55%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#8BAF16 (or 0x8BAF16) is known color: Limerick. HEX triplet: 8B, AF and 16. RGB value is (139,175,22). Sum of RGB (Red+Green+Blue) = 139+175+22=336 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.37% from 336); Green value is 175 (68.75% from 255 or 52.08% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BAF16 is #7450E9. Grayscale: #939393. Windows color (decimal): -7622890 or 1486731. OLE color: 1486731.

HSL color Cylindrical-coordinate representation of color #8BAF16: hue angle of 74.12º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8BAF16 is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 139 175 22 -
CMYK 0.21 0 0.87 0.31
HSL 74.12º 0.78% 0.39% -
HSV(B) 74.12º 0.87% 0.69% -
XYZ 26.12 36.21 6.37 -
YUV 146.79 57.57 122.44 -
System Red Green Blue C M Y K H S L
Decimal 139 175 22 0.21 0 0.87 0.31 74.12 0.78 0.39
Hex 8B AF 16 15 0 57 1F 4A 4E 27
Octal 213 257 26 25 0 127 37 112 116 47
Binary 10001011 10101111 10110 10101 0 1010111 11111 1001010 1001110 100111

Color Harmonies of #8BAF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAF16

Black with #8BAF16

Text Example


Text Example

White with #8BAF16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,175,22); }

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

background-color css

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

 a { background-color: rgb(139,175,22); }

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

border-color css

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

 span { border-color: rgb(139,175,22); }

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