Html Css Color HEX #8AB93C Limerick

📋 copy color: '#8AB93C'

red 138 ◦ green 185 ◦ blue 60

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

Shades of Limerick #8AB93C

Tints of Limerick #8AB93C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.67%

R = 36.03%
G = 48.3%
B = 15.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#8AB93C (or 0x8AB93C) is known color: Limerick. HEX triplet: 8A, B9 and 3C. RGB value is (138,185,60). Sum of RGB (Red+Green+Blue) = 138+185+60=383 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.03% from 383); Green value is 185 (72.66% from 255 or 48.30% from 383); Blue value is 60 (23.83% from 255 or 15.67% from 383); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB93C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB93C is #7546C3. Grayscale: #9D9D9D. Windows color (decimal): -7685828 or 3979658. OLE color: 3979658.

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

Color convert

RGB 138 185 60 -
CMYK 0.25 0 0.68 0.27
HSL 82.56º 0.51% 0.48% -
HSV(B) 82.56º 0.68% 0.73% -
XYZ 28.65 40.43 10.57 -
YUV 156.7 73.43 114.66 -
System Red Green Blue C M Y K H S L
Decimal 138 185 60 0.25 0 0.68 0.27 82.56 0.51 0.48
Hex 8A B9 3C 19 0 44 1B 53 33 30
Octal 212 271 74 31 0 104 33 123 63 60
Binary 10001010 10111001 111100 11001 0 1000100 11011 1010011 110011 110000

Color Harmonies of #8AB93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB93C

Black with #8AB93C

Text Example


Text Example

White with #8AB93C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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