Html Css Color HEX #85B713 Lima

📋 copy color: '#85B713'

red 133 ◦ green 183 ◦ blue 19

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

Shades of Lima #85B713

Tints of Lima #85B713

RGB

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

 GREEN value IS 183 (71.88% from 255) = 54.63%

 BLUE value IS 19 (7.81% from 255) = 5.67%

R = 39.7%
G = 54.63%
B = 5.67%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#85B713 (or 0x85B713) is known color: Lima. HEX triplet: 85, B7 and 13. RGB value is (133,183,19). Sum of RGB (Red+Green+Blue) = 133+183+19=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 183 (71.88% from 255 or 54.63% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 183 - color contains mainly: green. Hex color #85B713 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B713 is #7A48EC. Grayscale: #959595. Windows color (decimal): -8014061 or 1292165. OLE color: 1292165.

HSL color Cylindrical-coordinate representation of color #85B713: hue angle of 78.29º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85B713 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 133 183 19 -
CMYK 0.27 0 0.90 0.28
HSL 78.29º 0.81% 0.4% -
HSV(B) 78.29º 0.9% 0.72% -
XYZ 26.72 38.9 6.72 -
YUV 149.35 54.44 116.34 -
System Red Green Blue C M Y K H S L
Decimal 133 183 19 0.27 0 0.90 0.28 78.29 0.81 0.4
Hex 85 B7 13 1B 0 5A 1C 4E 51 28
Octal 205 267 23 33 0 132 34 116 121 50
Binary 10000101 10110111 10011 11011 0 1011010 11100 1001110 1010001 101000

Color Harmonies of #85B713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B713

Black with #85B713

Text Example


Text Example

White with #85B713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,183,19); }

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

background-color css

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

 a { background-color: rgb(133,183,19); }

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

border-color css

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

 span { border-color: rgb(133,183,19); }

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