Html Css Color HEX #85B82D Limerick

📋 copy color: '#85B82D'

red 133 ◦ green 184 ◦ blue 45

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

Shades of Limerick #85B82D

Tints of Limerick #85B82D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.43%

R = 36.74%
G = 50.83%
B = 12.43%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#85B82D (or 0x85B82D) is known color: Limerick. HEX triplet: 85, B8 and 2D. RGB value is (133,184,45). Sum of RGB (Red+Green+Blue) = 133+184+45=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 184 (72.27% from 255 or 50.83% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 184 - color contains mainly: green. Hex color #85B82D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B82D is #7A47D2. Grayscale: #999999. Windows color (decimal): -8013779 or 2996357. OLE color: 2996357.

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

Color convert

RGB 133 184 45 -
CMYK 0.28 0 0.76 0.28
HSL 82.01º 0.61% 0.45% -
HSV(B) 82.01º 0.76% 0.72% -
XYZ 27.29 39.46 8.66 -
YUV 152.91 67.1 113.8 -
System Red Green Blue C M Y K H S L
Decimal 133 184 45 0.28 0 0.76 0.28 82.01 0.61 0.45
Hex 85 B8 2D 1C 0 4C 1C 52 3D 2D
Octal 205 270 55 34 0 114 34 122 75 55
Binary 10000101 10111000 101101 11100 0 1001100 11100 1010010 111101 101101

Color Harmonies of #85B82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B82D

Black with #85B82D

Text Example


Text Example

White with #85B82D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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