Html Css Color HEX #8BA530 Limerick

📋 copy color: '#8BA530'

red 139 ◦ green 165 ◦ blue 48

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

Shades of Limerick #8BA530

Tints of Limerick #8BA530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.64%

R = 39.49%
G = 46.88%
B = 13.64%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#8BA530 (or 0x8BA530) is known color: Limerick. HEX triplet: 8B, A5 and 30. RGB value is (139,165,48). Sum of RGB (Red+Green+Blue) = 139+165+48=352 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.49% from 352); Green value is 165 (64.84% from 255 or 46.88% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 165 - color contains mainly: green. Hex color #8BA530 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA530 is #745ACF. Grayscale: #909090. Windows color (decimal): -7625424 or 3188107. OLE color: 3188107.

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

Color convert

RGB 139 165 48 -
CMYK 0.16 0 0.71 0.35
HSL 73.33º 0.55% 0.42% -
HSV(B) 73.33º 0.71% 0.65% -
XYZ 24.64 32.61 7.79 -
YUV 143.89 73.89 124.51 -
System Red Green Blue C M Y K H S L
Decimal 139 165 48 0.16 0 0.71 0.35 73.33 0.55 0.42
Hex 8B A5 30 10 0 47 23 49 37 2A
Octal 213 245 60 20 0 107 43 111 67 52
Binary 10001011 10100101 110000 10000 0 1000111 100011 1001001 110111 101010

Color Harmonies of #8BA530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA530

Black with #8BA530

Text Example


Text Example

White with #8BA530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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