Html Css Color HEX #8AB935 Limerick

📋 copy color: '#8AB935'

red 138 ◦ green 185 ◦ blue 53

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

Shades of Limerick #8AB935

Tints of Limerick #8AB935

RGB

 RED value IS 138 (54.3% from 255) = 36.7%

 GREEN value IS 185 (72.66% from 255) = 49.2%

 BLUE value IS 53 (21.09% from 255) = 14.1%

R = 36.7%
G = 49.2%
B = 14.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#8AB935 (or 0x8AB935) is known color: Limerick. HEX triplet: 8A, B9 and 35. RGB value is (138,185,53). Sum of RGB (Red+Green+Blue) = 138+185+53=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 185 (72.66% from 255 or 49.20% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB935 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB935 is #7546CA. Grayscale: #9C9C9C. Windows color (decimal): -7685835 or 3520906. OLE color: 3520906.

HSL color Cylindrical-coordinate representation of color #8AB935: hue angle of 81.36º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8AB935 is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 185 53 -
CMYK 0.25 0 0.71 0.27
HSL 81.36º 0.55% 0.47% -
HSV(B) 81.36º 0.71% 0.73% -
XYZ 28.47 40.36 9.66 -
YUV 155.9 69.93 115.23 -
System Red Green Blue C M Y K H S L
Decimal 138 185 53 0.25 0 0.71 0.27 81.36 0.55 0.47
Hex 8A B9 35 19 0 47 1B 51 37 2F
Octal 212 271 65 31 0 107 33 121 67 57
Binary 10001010 10111001 110101 11001 0 1000111 11011 1010001 110111 101111

Color Harmonies of #8AB935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB935

Black with #8AB935

Text Example


Text Example

White with #8AB935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,185,53); }

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

background-color css

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

 a { background-color: rgb(138,185,53); }

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

border-color css

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

 span { border-color: rgb(138,185,53); }

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