Html Css Color HEX #85B62E Limerick

📋 copy color: '#85B62E'

red 133 ◦ green 182 ◦ blue 46

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

Shades of Limerick #85B62E

Tints of Limerick #85B62E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.42%

 BLUE value IS 46 (18.36% from 255) = 12.74%

R = 36.84%
G = 50.42%
B = 12.74%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#85B62E (or 0x85B62E) is known color: Limerick. HEX triplet: 85, B6 and 2E. RGB value is (133,182,46). Sum of RGB (Red+Green+Blue) = 133+182+46=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 182 (71.48% from 255 or 50.42% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 182 - color contains mainly: green. Hex color #85B62E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B62E is #7A49D1. Grayscale: #989898. Windows color (decimal): -8014290 or 3061381. OLE color: 3061381.

HSL color Cylindrical-coordinate representation of color #85B62E: hue angle of 81.62º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85B62E is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 182 46 -
CMYK 0.27 0 0.75 0.29
HSL 81.62º 0.6% 0.45% -
HSV(B) 81.62º 0.75% 0.71% -
XYZ 26.89 38.64 8.63 -
YUV 151.85 68.27 114.56 -
System Red Green Blue C M Y K H S L
Decimal 133 182 46 0.27 0 0.75 0.29 81.62 0.6 0.45
Hex 85 B6 2E 1B 0 4B 1D 52 3C 2D
Octal 205 266 56 33 0 113 35 122 74 55
Binary 10000101 10110110 101110 11011 0 1001011 11101 1010010 111100 101101

Color Harmonies of #85B62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B62E

Black with #85B62E

Text Example


Text Example

White with #85B62E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,182,46); }

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

background-color css

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

 a { background-color: rgb(133,182,46); }

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

border-color css

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

 span { border-color: rgb(133,182,46); }

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