Html Css Color HEX #85BA3E Limerick

📋 copy color: '#85BA3E'

red 133 ◦ green 186 ◦ blue 62

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

Shades of Limerick #85BA3E

Tints of Limerick #85BA3E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.82%

 BLUE value IS 62 (24.61% from 255) = 16.27%

R = 34.91%
G = 48.82%
B = 16.27%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#85BA3E (or 0x85BA3E) is known color: Limerick. HEX triplet: 85, BA and 3E. RGB value is (133,186,62). Sum of RGB (Red+Green+Blue) = 133+186+62=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 62 (24.61% from 255 or 16.27% from 381); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BA3E is #7A45C1. Grayscale: #9C9C9C. Windows color (decimal): -8013250 or 4110981. OLE color: 4110981.

HSL color Cylindrical-coordinate representation of color #85BA3E: hue angle of 85.65º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85BA3E is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 186 62 -
CMYK 0.28 0 0.67 0.27
HSL 85.65º 0.5% 0.49% -
HSV(B) 85.65º 0.67% 0.73% -
XYZ 28.1 40.45 10.88 -
YUV 156.02 74.94 111.58 -
System Red Green Blue C M Y K H S L
Decimal 133 186 62 0.28 0 0.67 0.27 85.65 0.5 0.49
Hex 85 BA 3E 1C 0 43 1B 56 32 31
Octal 205 272 76 34 0 103 33 126 62 61
Binary 10000101 10111010 111110 11100 0 1000011 11011 1010110 110010 110001

Color Harmonies of #85BA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BA3E

Black with #85BA3E

Text Example


Text Example

White with #85BA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,186,62); }

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

background-color css

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

 a { background-color: rgb(133,186,62); }

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

border-color css

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

 span { border-color: rgb(133,186,62); }

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