Html Css Color HEX #8BA521 Limerick

📋 copy color: '#8BA521'

red 139 ◦ green 165 ◦ blue 33

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

Shades of Limerick #8BA521

Tints of Limerick #8BA521

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.96%

 BLUE value IS 33 (13.28% from 255) = 9.79%

R = 41.25%
G = 48.96%
B = 9.79%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.8

 K value IS 0.35

RGB Variations

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

Color information

#8BA521 (or 0x8BA521) is known color: Limerick. HEX triplet: 8B, A5 and 21. RGB value is (139,165,33). Sum of RGB (Red+Green+Blue) = 139+165+33=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 165 (64.84% from 255 or 48.96% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA521 is #745ADE. Grayscale: #8E8E8E. Windows color (decimal): -7625439 or 2205067. OLE color: 2205067.

HSL color Cylindrical-coordinate representation of color #8BA521: hue angle of 71.82º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8BA521 is Cyan = 0.16, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.

Color convert

RGB 139 165 33 -
CMYK 0.16 0 0.8 0.35
HSL 71.82º 0.67% 0.39% -
HSV(B) 71.82º 0.8% 0.65% -
XYZ 24.38 32.51 6.43 -
YUV 142.18 66.39 125.73 -
System Red Green Blue C M Y K H S L
Decimal 139 165 33 0.16 0 0.8 0.35 71.82 0.67 0.39
Hex 8B A5 21 10 0 50 23 48 43 27
Octal 213 245 41 20 0 120 43 110 103 47
Binary 10001011 10100101 100001 10000 0 1010000 100011 1001000 1000011 100111

Color Harmonies of #8BA521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA521

Black with #8BA521

Text Example


Text Example

White with #8BA521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,165,33); }

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

background-color css

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

 a { background-color: rgb(139,165,33); }

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

border-color css

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

 span { border-color: rgb(139,165,33); }

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