Html Css Color HEX #85B81A Lima

📋 copy color: '#85B81A'

red 133 ◦ green 184 ◦ blue 26

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

Shades of Lima #85B81A

Tints of Lima #85B81A

RGB

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

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

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

R = 38.78%
G = 53.64%
B = 7.58%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#85B81A (or 0x85B81A) is known color: Lima. HEX triplet: 85, B8 and 1A. RGB value is (133,184,26). Sum of RGB (Red+Green+Blue) = 133+184+26=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 184 (72.27% from 255 or 53.64% from 343); Blue value is 26 (10.55% from 255 or 7.58% from 343); Max value from RGB is 184 - color contains mainly: green. Hex color #85B81A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B81A is #7A47E5. Grayscale: #979797. Windows color (decimal): -8013798 or 1751173. OLE color: 1751173.

HSL color Cylindrical-coordinate representation of color #85B81A: hue angle of 79.37º 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 #85B81A is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 133 184 26 -
CMYK 0.28 0 0.86 0.28
HSL 79.37º 0.75% 0.41% -
HSV(B) 79.37º 0.86% 0.72% -
XYZ 27 39.34 7.15 -
YUV 150.74 57.6 115.35 -
System Red Green Blue C M Y K H S L
Decimal 133 184 26 0.28 0 0.86 0.28 79.37 0.75 0.41
Hex 85 B8 1A 1C 0 56 1C 4F 4B 29
Octal 205 270 32 34 0 126 34 117 113 51
Binary 10000101 10111000 11010 11100 0 1010110 11100 1001111 1001011 101001

Color Harmonies of #85B81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B81A

Black with #85B81A

Text Example


Text Example

White with #85B81A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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