Html Css Color HEX #85B833 Limerick

📋 copy color: '#85B833'

red 133 ◦ green 184 ◦ blue 51

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

Shades of Limerick #85B833

Tints of Limerick #85B833

RGB

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

 GREEN value IS 184 (72.27% from 255) = 50%

 BLUE value IS 51 (20.31% from 255) = 13.86%

R = 36.14%
G = 50%
B = 13.86%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#85B833 (or 0x85B833) is known color: Limerick. HEX triplet: 85, B8 and 33. RGB value is (133,184,51). Sum of RGB (Red+Green+Blue) = 133+184+51=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 184 (72.27% from 255 or 50% from 368); Blue value is 51 (20.31% from 255 or 13.86% from 368); Max value from RGB is 184 - color contains mainly: green. Hex color #85B833 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B833 is #7A47CC. Grayscale: #9A9A9A. Windows color (decimal): -8013773 or 3389573. OLE color: 3389573.

HSL color Cylindrical-coordinate representation of color #85B833: hue angle of 83.01º degrees, saturation: 0.57, 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 #85B833 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB 133 184 51 -
CMYK 0.28 0 0.72 0.28
HSL 83.01º 0.57% 0.46% -
HSV(B) 83.01º 0.72% 0.72% -
XYZ 27.41 39.51 9.31 -
YUV 153.59 70.1 113.31 -
System Red Green Blue C M Y K H S L
Decimal 133 184 51 0.28 0 0.72 0.28 83.01 0.57 0.46
Hex 85 B8 33 1C 0 48 1C 53 39 2E
Octal 205 270 63 34 0 110 34 123 71 56
Binary 10000101 10111000 110011 11100 0 1001000 11100 1010011 111001 101110

Color Harmonies of #85B833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B833

Black with #85B833

Text Example


Text Example

White with #85B833

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,184,51); }

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

background-color css

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

 a { background-color: rgb(133,184,51); }

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

border-color css

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

 span { border-color: rgb(133,184,51); }

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