Html Css Color HEX #85B438 Limerick

📋 copy color: '#85B438'

red 133 ◦ green 180 ◦ blue 56

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

Shades of Limerick #85B438

Tints of Limerick #85B438

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.78%

 BLUE value IS 56 (22.27% from 255) = 15.18%

R = 36.04%
G = 48.78%
B = 15.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#85B438 (or 0x85B438) is known color: Limerick. HEX triplet: 85, B4 and 38. RGB value is (133,180,56). Sum of RGB (Red+Green+Blue) = 133+180+56=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 180 (70.70% from 255 or 48.78% from 369); Blue value is 56 (22.27% from 255 or 15.18% from 369); Max value from RGB is 180 - color contains mainly: green. Hex color #85B438 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B438 is #7A4BC7. Grayscale: #989898. Windows color (decimal): -8014792 or 3716229. OLE color: 3716229.

HSL color Cylindrical-coordinate representation of color #85B438: hue angle of 82.74º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85B438 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 180 56 -
CMYK 0.26 0 0.69 0.29
HSL 82.74º 0.53% 0.46% -
HSV(B) 82.74º 0.69% 0.71% -
XYZ 26.71 37.91 9.65 -
YUV 151.81 73.93 114.58 -
System Red Green Blue C M Y K H S L
Decimal 133 180 56 0.26 0 0.69 0.29 82.74 0.53 0.46
Hex 85 B4 38 1A 0 45 1D 53 35 2E
Octal 205 264 70 32 0 105 35 123 65 56
Binary 10000101 10110100 111000 11010 0 1000101 11101 1010011 110101 101110

Color Harmonies of #85B438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B438

Black with #85B438

Text Example


Text Example

White with #85B438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,180,56); }

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

background-color css

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

 a { background-color: rgb(133,180,56); }

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

border-color css

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

 span { border-color: rgb(133,180,56); }

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