Html Css Color HEX #8AB338 Limerick

📋 copy color: '#8AB338'

red 138 ◦ green 179 ◦ blue 56

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

Shades of Limerick #8AB338

Tints of Limerick #8AB338

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.99%

 BLUE value IS 56 (22.27% from 255) = 15.01%

R = 37%
G = 47.99%
B = 15.01%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#8AB338 (or 0x8AB338) is known color: Limerick. HEX triplet: 8A, B3 and 38. RGB value is (138,179,56). Sum of RGB (Red+Green+Blue) = 138+179+56=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB338 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB338 is #754CC7. Grayscale: #999999. Windows color (decimal): -7687368 or 3715978. OLE color: 3715978.

HSL color Cylindrical-coordinate representation of color #8AB338: hue angle of 80º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8AB338 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB 138 179 56 -
CMYK 0.23 0 0.69 0.30
HSL 80º 0.52% 0.46% -
HSV(B) 80º 0.69% 0.7% -
XYZ 27.32 37.93 9.62 -
YUV 152.72 73.42 117.5 -
System Red Green Blue C M Y K H S L
Decimal 138 179 56 0.23 0 0.69 0.30 80 0.52 0.46
Hex 8A B3 38 17 0 45 1E 50 34 2E
Octal 212 263 70 27 0 105 36 120 64 56
Binary 10001010 10110011 111000 10111 0 1000101 11110 1010000 110100 101110

Color Harmonies of #8AB338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB338

Black with #8AB338

Text Example


Text Example

White with #8AB338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,179,56); }

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

background-color css

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

 a { background-color: rgb(138,179,56); }

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

border-color css

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

 span { border-color: rgb(138,179,56); }

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