Html Css Color HEX #85B632 Limerick

📋 copy color: '#85B632'

red 133 ◦ green 182 ◦ blue 50

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

Shades of Limerick #85B632

Tints of Limerick #85B632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.7%

R = 36.44%
G = 49.86%
B = 13.7%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#85B632 (or 0x85B632) is known color: Limerick. HEX triplet: 85, B6 and 32. RGB value is (133,182,50). Sum of RGB (Red+Green+Blue) = 133+182+50=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 182 (71.48% from 255 or 49.86% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 182 - color contains mainly: green. Hex color #85B632 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B632 is #7A49CD. Grayscale: #989898. Windows color (decimal): -8014286 or 3323525. OLE color: 3323525.

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

Color convert

RGB 133 182 50 -
CMYK 0.27 0 0.73 0.29
HSL 82.27º 0.57% 0.45% -
HSV(B) 82.27º 0.73% 0.71% -
XYZ 26.98 38.67 9.06 -
YUV 152.3 70.27 114.23 -
System Red Green Blue C M Y K H S L
Decimal 133 182 50 0.27 0 0.73 0.29 82.27 0.57 0.45
Hex 85 B6 32 1B 0 49 1D 52 39 2D
Octal 205 266 62 33 0 111 35 122 71 55
Binary 10000101 10110110 110010 11011 0 1001001 11101 1010010 111001 101101

Color Harmonies of #85B632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B632

Black with #85B632

Text Example


Text Example

White with #85B632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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