Html Css Color HEX #85A82F Limerick

📋 copy color: '#85A82F'

red 133 ◦ green 168 ◦ blue 47

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

Shades of Limerick #85A82F

Tints of Limerick #85A82F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 48.28%

 BLUE value IS 47 (18.75% from 255) = 13.51%

R = 38.22%
G = 48.28%
B = 13.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#85A82F (or 0x85A82F) is known color: Limerick. HEX triplet: 85, A8 and 2F. RGB value is (133,168,47). Sum of RGB (Red+Green+Blue) = 133+168+47=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 168 (66.02% from 255 or 48.28% from 348); Blue value is 47 (18.75% from 255 or 13.51% from 348); Max value from RGB is 168 - color contains mainly: green. Hex color #85A82F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A82F is #7A57D0. Grayscale: #909090. Windows color (decimal): -8017873 or 3123333. OLE color: 3123333.

HSL color Cylindrical-coordinate representation of color #85A82F: hue angle of 77.36º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #85A82F is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB 133 168 47 -
CMYK 0.21 0 0.72 0.34
HSL 77.36º 0.56% 0.42% -
HSV(B) 77.36º 0.72% 0.66% -
XYZ 24.19 33.2 7.82 -
YUV 143.74 73.4 120.34 -
System Red Green Blue C M Y K H S L
Decimal 133 168 47 0.21 0 0.72 0.34 77.36 0.56 0.42
Hex 85 A8 2F 15 0 48 22 4D 38 2A
Octal 205 250 57 25 0 110 42 115 70 52
Binary 10000101 10101000 101111 10101 0 1001000 100010 1001101 111000 101010

Color Harmonies of #85A82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A82F

Black with #85A82F

Text Example


Text Example

White with #85A82F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,168,47); }

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

background-color css

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

 a { background-color: rgb(133,168,47); }

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

border-color css

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

 span { border-color: rgb(133,168,47); }

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