Html Css Color HEX #8BAF2B Limerick

📋 copy color: '#8BAF2B'

red 139 ◦ green 175 ◦ blue 43

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

Shades of Limerick #8BAF2B

Tints of Limerick #8BAF2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.04%

R = 38.94%
G = 49.02%
B = 12.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#8BAF2B (or 0x8BAF2B) is known color: Limerick. HEX triplet: 8B, AF and 2B. RGB value is (139,175,43). Sum of RGB (Red+Green+Blue) = 139+175+43=357 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.94% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAF2B is #7450D4. Grayscale: #959595. Windows color (decimal): -7622869 or 2862987. OLE color: 2862987.

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

Color convert

RGB 139 175 43 -
CMYK 0.21 0 0.75 0.31
HSL 76.36º 0.61% 0.43% -
HSV(B) 76.36º 0.75% 0.69% -
XYZ 26.41 36.32 7.9 -
YUV 149.19 68.07 120.73 -
System Red Green Blue C M Y K H S L
Decimal 139 175 43 0.21 0 0.75 0.31 76.36 0.61 0.43
Hex 8B AF 2B 15 0 4B 1F 4C 3D 2B
Octal 213 257 53 25 0 113 37 114 75 53
Binary 10001011 10101111 101011 10101 0 1001011 11111 1001100 111101 101011

Color Harmonies of #8BAF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAF2B

Black with #8BAF2B

Text Example


Text Example

White with #8BAF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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