Html Css Color HEX #85B91A Lima

📋 copy color: '#85B91A'

red 133 ◦ green 185 ◦ blue 26

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

Shades of Lima #85B91A

Tints of Lima #85B91A

RGB

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

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

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

R = 38.66%
G = 53.78%
B = 7.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#85B91A (or 0x85B91A) is known color: Lima. HEX triplet: 85, B9 and 1A. RGB value is (133,185,26). Sum of RGB (Red+Green+Blue) = 133+185+26=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 185 (72.66% from 255 or 53.78% from 344); Blue value is 26 (10.55% from 255 or 7.56% from 344); Max value from RGB is 185 - color contains mainly: green. Hex color #85B91A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B91A is #7A46E5. Grayscale: #979797. Windows color (decimal): -8013542 or 1751429. OLE color: 1751429.

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

Color convert

RGB 133 185 26 -
CMYK 0.28 0 0.86 0.27
HSL 79.62º 0.75% 0.41% -
HSV(B) 79.62º 0.86% 0.73% -
XYZ 27.21 39.76 7.22 -
YUV 151.33 57.27 114.93 -
System Red Green Blue C M Y K H S L
Decimal 133 185 26 0.28 0 0.86 0.27 79.62 0.75 0.41
Hex 85 B9 1A 1C 0 56 1B 50 4B 29
Octal 205 271 32 34 0 126 33 120 113 51
Binary 10000101 10111001 11010 11100 0 1010110 11011 1010000 1001011 101001

Color Harmonies of #85B91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B91A

Black with #85B91A

Text Example


Text Example

White with #85B91A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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