Html Css Color HEX #8BBD2C Limerick

📋 copy color: '#8BBD2C'

red 139 ◦ green 189 ◦ blue 44

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

Shades of Limerick #8BBD2C

Tints of Limerick #8BBD2C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50.81%

 BLUE value IS 44 (17.58% from 255) = 11.83%

R = 37.37%
G = 50.81%
B = 11.83%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#8BBD2C (or 0x8BBD2C) is known color: Limerick. HEX triplet: 8B, BD and 2C. RGB value is (139,189,44). Sum of RGB (Red+Green+Blue) = 139+189+44=372 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.37% from 372); Green value is 189 (74.22% from 255 or 50.81% from 372); Blue value is 44 (17.58% from 255 or 11.83% from 372); Max value from RGB is 189 - color contains mainly: green. Hex color #8BBD2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBD2C is #7442D3. Grayscale: #9E9E9E. Windows color (decimal): -7619284 or 2932107. OLE color: 2932107.

HSL color Cylindrical-coordinate representation of color #8BBD2C: hue angle of 80.69º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8BBD2C is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 139 189 44 -
CMYK 0.26 0 0.77 0.26
HSL 80.69º 0.62% 0.46% -
HSV(B) 80.69º 0.77% 0.74% -
XYZ 29.3 42.07 8.96 -
YUV 157.52 63.94 114.79 -
System Red Green Blue C M Y K H S L
Decimal 139 189 44 0.26 0 0.77 0.26 80.69 0.62 0.46
Hex 8B BD 2C 1A 0 4D 1A 51 3E 2E
Octal 213 275 54 32 0 115 32 121 76 56
Binary 10001011 10111101 101100 11010 0 1001101 11010 1010001 111110 101110

Color Harmonies of #8BBD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBD2C

Black with #8BBD2C

Text Example


Text Example

White with #8BBD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,189,44); }

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

background-color css

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

 a { background-color: rgb(139,189,44); }

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

border-color css

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

 span { border-color: rgb(139,189,44); }

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