Html Css Color HEX #85B734 Limerick

📋 copy color: '#85B734'

red 133 ◦ green 183 ◦ blue 52

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

Shades of Limerick #85B734

Tints of Limerick #85B734

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.73%

 BLUE value IS 52 (20.7% from 255) = 14.13%

R = 36.14%
G = 49.73%
B = 14.13%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#85B734 (or 0x85B734) is known color: Limerick. HEX triplet: 85, B7 and 34. RGB value is (133,183,52). Sum of RGB (Red+Green+Blue) = 133+183+52=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 183 (71.88% from 255 or 49.73% from 368); Blue value is 52 (20.70% from 255 or 14.13% from 368); Max value from RGB is 183 - color contains mainly: green. Hex color #85B734 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B734 is #7A48CB. Grayscale: #999999. Windows color (decimal): -8014028 or 3454853. OLE color: 3454853.

HSL color Cylindrical-coordinate representation of color #85B734: hue angle of 82.9º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #85B734 is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB 133 183 52 -
CMYK 0.27 0 0.72 0.28
HSL 82.9º 0.56% 0.46% -
HSV(B) 82.9º 0.72% 0.72% -
XYZ 27.23 39.1 9.36 -
YUV 153.12 70.94 113.65 -
System Red Green Blue C M Y K H S L
Decimal 133 183 52 0.27 0 0.72 0.28 82.9 0.56 0.46
Hex 85 B7 34 1B 0 48 1C 53 38 2E
Octal 205 267 64 33 0 110 34 123 70 56
Binary 10000101 10110111 110100 11011 0 1001000 11100 1010011 111000 101110

Color Harmonies of #85B734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B734

Black with #85B734

Text Example


Text Example

White with #85B734

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,183,52); }

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

background-color css

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

 a { background-color: rgb(133,183,52); }

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

border-color css

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

 span { border-color: rgb(133,183,52); }

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