Html Css Color HEX #85B92F Limerick

📋 copy color: '#85B92F'

red 133 ◦ green 185 ◦ blue 47

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

Shades of Limerick #85B92F

Tints of Limerick #85B92F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50.68%

 BLUE value IS 47 (18.75% from 255) = 12.88%

R = 36.44%
G = 50.68%
B = 12.88%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#85B92F (or 0x85B92F) is known color: Limerick. HEX triplet: 85, B9 and 2F. RGB value is (133,185,47). Sum of RGB (Red+Green+Blue) = 133+185+47=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 185 (72.66% from 255 or 50.68% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 185 - color contains mainly: green. Hex color #85B92F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B92F is #7A46D0. Grayscale: #9A9A9A. Windows color (decimal): -8013521 or 3127685. OLE color: 3127685.

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

Color convert

RGB 133 185 47 -
CMYK 0.28 0 0.75 0.27
HSL 82.61º 0.59% 0.45% -
HSV(B) 82.61º 0.75% 0.73% -
XYZ 27.53 39.89 8.94 -
YUV 153.72 67.77 113.22 -
System Red Green Blue C M Y K H S L
Decimal 133 185 47 0.28 0 0.75 0.27 82.61 0.59 0.45
Hex 85 B9 2F 1C 0 4B 1B 53 3B 2D
Octal 205 271 57 34 0 113 33 123 73 55
Binary 10000101 10111001 101111 11100 0 1001011 11011 1010011 111011 101101

Color Harmonies of #85B92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B92F

Black with #85B92F

Text Example


Text Example

White with #85B92F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,185,47); }

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

background-color css

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

 a { background-color: rgb(133,185,47); }

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

border-color css

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

 span { border-color: rgb(133,185,47); }

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