Html Css Color HEX #8BBB2D Limerick

📋 copy color: '#8BBB2D'

red 139 ◦ green 187 ◦ blue 45

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

Shades of Limerick #8BBB2D

Tints of Limerick #8BBB2D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 50.4%

 BLUE value IS 45 (17.97% from 255) = 12.13%

R = 37.47%
G = 50.4%
B = 12.13%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#8BBB2D (or 0x8BBB2D) is known color: Limerick. HEX triplet: 8B, BB and 2D. RGB value is (139,187,45). Sum of RGB (Red+Green+Blue) = 139+187+45=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 187 (73.44% from 255 or 50.40% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 187 - color contains mainly: green. Hex color #8BBB2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBB2D is #7444D2. Grayscale: #9C9C9C. Windows color (decimal): -7619795 or 2997131. OLE color: 2997131.

HSL color Cylindrical-coordinate representation of color #8BBB2D: hue angle of 80.28º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8BBB2D is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 139 187 45 -
CMYK 0.26 0 0.76 0.27
HSL 80.28º 0.61% 0.45% -
HSV(B) 80.28º 0.76% 0.73% -
XYZ 28.89 41.22 8.92 -
YUV 156.46 65.1 115.55 -
System Red Green Blue C M Y K H S L
Decimal 139 187 45 0.26 0 0.76 0.27 80.28 0.61 0.45
Hex 8B BB 2D 1A 0 4C 1B 50 3D 2D
Octal 213 273 55 32 0 114 33 120 75 55
Binary 10001011 10111011 101101 11010 0 1001100 11011 1010000 111101 101101

Color Harmonies of #8BBB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBB2D

Black with #8BBB2D

Text Example


Text Example

White with #8BBB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,187,45); }

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

background-color css

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

 a { background-color: rgb(139,187,45); }

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

border-color css

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

 span { border-color: rgb(139,187,45); }

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