Html Css Color HEX #85AA27 Limerick

📋 copy color: '#85AA27'

red 133 ◦ green 170 ◦ blue 39

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

Shades of Limerick #85AA27

Tints of Limerick #85AA27

RGB

 RED value IS 133 (52.34% from 255) = 38.89%

 GREEN value IS 170 (66.8% from 255) = 49.71%

 BLUE value IS 39 (15.63% from 255) = 11.4%

R = 38.89%
G = 49.71%
B = 11.4%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#85AA27 (or 0x85AA27) is known color: Limerick. HEX triplet: 85, AA and 27. RGB value is (133,170,39). Sum of RGB (Red+Green+Blue) = 133+170+39=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 170 (66.80% from 255 or 49.71% from 342); Blue value is 39 (15.62% from 255 or 11.40% from 342); Max value from RGB is 170 - color contains mainly: green. Hex color #85AA27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AA27 is #7A55D8. Grayscale: #909090. Windows color (decimal): -8017369 or 2599557. OLE color: 2599557.

HSL color Cylindrical-coordinate representation of color #85AA27: hue angle of 76.95º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85AA27 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 170 39 -
CMYK 0.22 0 0.77 0.33
HSL 76.95º 0.63% 0.41% -
HSV(B) 76.95º 0.77% 0.67% -
XYZ 24.41 33.88 7.17 -
YUV 144 68.74 120.15 -
System Red Green Blue C M Y K H S L
Decimal 133 170 39 0.22 0 0.77 0.33 76.95 0.63 0.41
Hex 85 AA 27 16 0 4D 21 4D 3F 29
Octal 205 252 47 26 0 115 41 115 77 51
Binary 10000101 10101010 100111 10110 0 1001101 100001 1001101 111111 101001

Color Harmonies of #85AA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AA27

Black with #85AA27

Text Example


Text Example

White with #85AA27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85AA27; }

 p { color: rgb(133,170,39); }

 H1.HeaderClassName
 {
   color: #85AA27;
 }
 .AnyTagClassName
 {
   color: #85AA27;
 }
</style>

background-color css

<style>
 a { background-color: #85AA27; }

 a { background-color: rgb(133,170,39); }

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

border-color css

<style>
 span { border-color: #85AA27; }

 span { border-color: rgb(133,170,39); }

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