Html Css Color HEX #85B714 Lima

📋 copy color: '#85B714'

red 133 ◦ green 183 ◦ blue 20

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

Shades of Lima #85B714

Tints of Lima #85B714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.95%

R = 39.58%
G = 54.46%
B = 5.95%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#85B714 (or 0x85B714) is known color: Lima. HEX triplet: 85, B7 and 14. RGB value is (133,183,20). Sum of RGB (Red+Green+Blue) = 133+183+20=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 183 (71.88% from 255 or 54.46% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 183 - color contains mainly: green. Hex color #85B714 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B714 is #7A48EB. Grayscale: #969696. Windows color (decimal): -8014060 or 1357701. OLE color: 1357701.

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

Color convert

RGB 133 183 20 -
CMYK 0.27 0 0.89 0.28
HSL 78.4º 0.8% 0.4% -
HSV(B) 78.4º 0.89% 0.72% -
XYZ 26.73 38.9 6.76 -
YUV 149.47 54.94 116.25 -
System Red Green Blue C M Y K H S L
Decimal 133 183 20 0.27 0 0.89 0.28 78.4 0.8 0.4
Hex 85 B7 14 1B 0 59 1C 4E 50 28
Octal 205 267 24 33 0 131 34 116 120 50
Binary 10000101 10110111 10100 11011 0 1011001 11100 1001110 1010000 101000

Color Harmonies of #85B714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B714

Black with #85B714

Text Example


Text Example

White with #85B714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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