Html Css Color HEX #8AA535 Limerick

📋 copy color: '#8AA535'

red 138 ◦ green 165 ◦ blue 53

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

Shades of Limerick #8AA535

Tints of Limerick #8AA535

RGB

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

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

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

R = 38.76%
G = 46.35%
B = 14.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#8AA535 (or 0x8AA535) is known color: Limerick. HEX triplet: 8A, A5 and 35. RGB value is (138,165,53). Sum of RGB (Red+Green+Blue) = 138+165+53=356 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.76% from 356); Green value is 165 (64.84% from 255 or 46.35% from 356); Blue value is 53 (21.09% from 255 or 14.89% from 356); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA535 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA535 is #755ACA. Grayscale: #909090. Windows color (decimal): -7690955 or 3515786. OLE color: 3515786.

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

Color convert

RGB 138 165 53 -
CMYK 0.16 0 0.68 0.35
HSL 74.46º 0.51% 0.43% -
HSV(B) 74.46º 0.68% 0.65% -
XYZ 24.58 32.57 8.36 -
YUV 144.16 76.55 123.61 -
System Red Green Blue C M Y K H S L
Decimal 138 165 53 0.16 0 0.68 0.35 74.46 0.51 0.43
Hex 8A A5 35 10 0 44 23 4A 33 2B
Octal 212 245 65 20 0 104 43 112 63 53
Binary 10001010 10100101 110101 10000 0 1000100 100011 1001010 110011 101011

Color Harmonies of #8AA535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA535

Black with #8AA535

Text Example


Text Example

White with #8AA535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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