Html Css Color HEX #85B52B Limerick

📋 copy color: '#85B52B'

red 133 ◦ green 181 ◦ blue 43

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

Shades of Limerick #85B52B

Tints of Limerick #85B52B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 50.7%

 BLUE value IS 43 (17.19% from 255) = 12.04%

R = 37.25%
G = 50.7%
B = 12.04%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#85B52B (or 0x85B52B) is known color: Limerick. HEX triplet: 85, B5 and 2B. RGB value is (133,181,43). Sum of RGB (Red+Green+Blue) = 133+181+43=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 181 (71.09% from 255 or 50.70% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 181 - color contains mainly: green. Hex color #85B52B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B52B is #7A4AD4. Grayscale: #979797. Windows color (decimal): -8014549 or 2864517. OLE color: 2864517.

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

Color convert

RGB 133 181 43 -
CMYK 0.27 0 0.76 0.29
HSL 80.87º 0.62% 0.44% -
HSV(B) 80.87º 0.76% 0.71% -
XYZ 26.63 38.21 8.26 -
YUV 150.92 67.1 115.22 -
System Red Green Blue C M Y K H S L
Decimal 133 181 43 0.27 0 0.76 0.29 80.87 0.62 0.44
Hex 85 B5 2B 1B 0 4C 1D 51 3E 2C
Octal 205 265 53 33 0 114 35 121 76 54
Binary 10000101 10110101 101011 11011 0 1001100 11101 1010001 111110 101100

Color Harmonies of #85B52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B52B

Black with #85B52B

Text Example


Text Example

White with #85B52B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,181,43); }

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

background-color css

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

 a { background-color: rgb(133,181,43); }

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

border-color css

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

 span { border-color: rgb(133,181,43); }

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