Html Css Color HEX #8AA533 Limerick

📋 copy color: '#8AA533'

red 138 ◦ green 165 ◦ blue 51

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

Shades of Limerick #8AA533

Tints of Limerick #8AA533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.41%

R = 38.98%
G = 46.61%
B = 14.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#8AA533 (or 0x8AA533) is known color: Limerick. HEX triplet: 8A, A5 and 33. RGB value is (138,165,51). Sum of RGB (Red+Green+Blue) = 138+165+51=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 165 (64.84% from 255 or 46.61% from 354); Blue value is 51 (20.31% from 255 or 14.41% from 354); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA533 is #755ACC. Grayscale: #909090. Windows color (decimal): -7690957 or 3384714. OLE color: 3384714.

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

Color convert

RGB 138 165 51 -
CMYK 0.16 0 0.69 0.35
HSL 74.21º 0.53% 0.42% -
HSV(B) 74.21º 0.69% 0.65% -
XYZ 24.53 32.55 8.12 -
YUV 143.93 75.55 123.77 -
System Red Green Blue C M Y K H S L
Decimal 138 165 51 0.16 0 0.69 0.35 74.21 0.53 0.42
Hex 8A A5 33 10 0 45 23 4A 35 2A
Octal 212 245 63 20 0 105 43 112 65 52
Binary 10001010 10100101 110011 10000 0 1000101 100011 1001010 110101 101010

Color Harmonies of #8AA533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA533

Black with #8AA533

Text Example


Text Example

White with #8AA533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,165,51); }

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

background-color css

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

 a { background-color: rgb(138,165,51); }

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

border-color css

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

 span { border-color: rgb(138,165,51); }

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