Html Css Color HEX #8BB232 Limerick

📋 copy color: '#8BB232'

red 139 ◦ green 178 ◦ blue 50

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

Shades of Limerick #8BB232

Tints of Limerick #8BB232

RGB

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

 GREEN value IS 178 (69.92% from 255) = 48.5%

 BLUE value IS 50 (19.92% from 255) = 13.62%

R = 37.87%
G = 48.5%
B = 13.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#8BB232 (or 0x8BB232) is known color: Limerick. HEX triplet: 8B, B2 and 32. RGB value is (139,178,50). Sum of RGB (Red+Green+Blue) = 139+178+50=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 178 (69.92% from 255 or 48.50% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 178 - color contains mainly: green. Hex color #8BB232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BB232 is #744DCD. Grayscale: #989898. Windows color (decimal): -7622094 or 3322507. OLE color: 3322507.

HSL color Cylindrical-coordinate representation of color #8BB232: hue angle of 78.28º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8BB232 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 139 178 50 -
CMYK 0.22 0 0.72 0.30
HSL 78.28º 0.56% 0.45% -
HSV(B) 78.28º 0.72% 0.7% -
XYZ 27.14 37.56 8.84 -
YUV 151.75 70.58 118.91 -
System Red Green Blue C M Y K H S L
Decimal 139 178 50 0.22 0 0.72 0.30 78.28 0.56 0.45
Hex 8B B2 32 16 0 48 1E 4E 38 2D
Octal 213 262 62 26 0 110 36 116 70 55
Binary 10001011 10110010 110010 10110 0 1001000 11110 1001110 111000 101101

Color Harmonies of #8BB232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB232

Black with #8BB232

Text Example


Text Example

White with #8BB232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,178,50); }

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

background-color css

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

 a { background-color: rgb(139,178,50); }

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

border-color css

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

 span { border-color: rgb(139,178,50); }

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