Html Css Color HEX #85BA3C Limerick

📋 copy color: '#85BA3C'

red 133 ◦ green 186 ◦ blue 60

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

Shades of Limerick #85BA3C

Tints of Limerick #85BA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.83%

R = 35.09%
G = 49.08%
B = 15.83%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#85BA3C (or 0x85BA3C) is known color: Limerick. HEX triplet: 85, BA and 3C. RGB value is (133,186,60). Sum of RGB (Red+Green+Blue) = 133+186+60=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BA3C is #7A45C3. Grayscale: #9C9C9C. Windows color (decimal): -8013252 or 3979909. OLE color: 3979909.

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

Color convert

RGB 133 186 60 -
CMYK 0.28 0 0.68 0.27
HSL 85.24º 0.51% 0.48% -
HSV(B) 85.24º 0.68% 0.73% -
XYZ 28.05 40.43 10.6 -
YUV 155.79 73.94 111.75 -
System Red Green Blue C M Y K H S L
Decimal 133 186 60 0.28 0 0.68 0.27 85.24 0.51 0.48
Hex 85 BA 3C 1C 0 44 1B 55 33 30
Octal 205 272 74 34 0 104 33 125 63 60
Binary 10000101 10111010 111100 11100 0 1000100 11011 1010101 110011 110000

Color Harmonies of #85BA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BA3C

Black with #85BA3C

Text Example


Text Example

White with #85BA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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