Html Css Color HEX #85BD1A Lima

📋 copy color: '#85BD1A'

red 133 ◦ green 189 ◦ blue 26

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

Shades of Lima #85BD1A

Tints of Lima #85BD1A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 54.31%

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

R = 38.22%
G = 54.31%
B = 7.47%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#85BD1A (or 0x85BD1A) is known color: Lima. HEX triplet: 85, BD and 1A. RGB value is (133,189,26). Sum of RGB (Red+Green+Blue) = 133+189+26=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 189 (74.22% from 255 or 54.31% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BD1A is #7A42E5. Grayscale: #9A9A9A. Windows color (decimal): -8012518 or 1752453. OLE color: 1752453.

HSL color Cylindrical-coordinate representation of color #85BD1A: hue angle of 80.61º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85BD1A is Cyan = 0.30, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 189 26 -
CMYK 0.30 0 0.86 0.26
HSL 80.61º 0.76% 0.42% -
HSV(B) 80.61º 0.86% 0.74% -
XYZ 28.06 41.46 7.5 -
YUV 153.67 55.95 113.25 -
System Red Green Blue C M Y K H S L
Decimal 133 189 26 0.30 0 0.86 0.26 80.61 0.76 0.42
Hex 85 BD 1A 1E 0 56 1A 51 4C 2A
Octal 205 275 32 36 0 126 32 121 114 52
Binary 10000101 10111101 11010 11110 0 1010110 11010 1010001 1001100 101010

Color Harmonies of #85BD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BD1A

Black with #85BD1A

Text Example


Text Example

White with #85BD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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