Html Css Color HEX #8AB83D Limerick

📋 copy color: '#8AB83D'

red 138 ◦ green 184 ◦ blue 61

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

Shades of Limerick #8AB83D

Tints of Limerick #8AB83D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.04%

 BLUE value IS 61 (24.22% from 255) = 15.93%

R = 36.03%
G = 48.04%
B = 15.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#8AB83D (or 0x8AB83D) is known color: Limerick. HEX triplet: 8A, B8 and 3D. RGB value is (138,184,61). Sum of RGB (Red+Green+Blue) = 138+184+61=383 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.03% from 383); Green value is 184 (72.27% from 255 or 48.04% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB83D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB83D is #7547C2. Grayscale: #9C9C9C. Windows color (decimal): -7686083 or 4044938. OLE color: 4044938.

HSL color Cylindrical-coordinate representation of color #8AB83D: hue angle of 82.44º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8AB83D is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 138 184 61 -
CMYK 0.25 0 0.67 0.28
HSL 82.44º 0.5% 0.48% -
HSV(B) 82.44º 0.67% 0.72% -
XYZ 28.46 40.02 10.64 -
YUV 156.22 74.26 115 -
System Red Green Blue C M Y K H S L
Decimal 138 184 61 0.25 0 0.67 0.28 82.44 0.5 0.48
Hex 8A B8 3D 19 0 43 1C 52 32 30
Octal 212 270 75 31 0 103 34 122 62 60
Binary 10001010 10111000 111101 11001 0 1000011 11100 1010010 110010 110000

Color Harmonies of #8AB83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB83D

Black with #8AB83D

Text Example


Text Example

White with #8AB83D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,184,61); }

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

background-color css

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

 a { background-color: rgb(138,184,61); }

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

border-color css

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

 span { border-color: rgb(138,184,61); }

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