Html Css Color HEX #85B71A Lima

📋 copy color: '#85B71A'

red 133 ◦ green 183 ◦ blue 26

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

Shades of Lima #85B71A

Tints of Lima #85B71A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.6%

R = 38.89%
G = 53.51%
B = 7.6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#85B71A (or 0x85B71A) is known color: Lima. HEX triplet: 85, B7 and 1A. RGB value is (133,183,26). Sum of RGB (Red+Green+Blue) = 133+183+26=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 183 (71.88% from 255 or 53.51% from 342); Blue value is 26 (10.55% from 255 or 7.60% from 342); Max value from RGB is 183 - color contains mainly: green. Hex color #85B71A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B71A is #7A48E5. Grayscale: #969696. Windows color (decimal): -8014054 or 1750917. OLE color: 1750917.

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

Color convert

RGB 133 183 26 -
CMYK 0.27 0 0.86 0.28
HSL 79.11º 0.75% 0.41% -
HSV(B) 79.11º 0.86% 0.72% -
XYZ 26.79 38.93 7.08 -
YUV 150.15 57.94 115.77 -
System Red Green Blue C M Y K H S L
Decimal 133 183 26 0.27 0 0.86 0.28 79.11 0.75 0.41
Hex 85 B7 1A 1B 0 56 1C 4F 4B 29
Octal 205 267 32 33 0 126 34 117 113 51
Binary 10000101 10110111 11010 11011 0 1010110 11100 1001111 1001011 101001

Color Harmonies of #85B71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B71A

Black with #85B71A

Text Example


Text Example

White with #85B71A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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