Html Css Color HEX #85B419 Lima

📋 copy color: '#85B419'

red 133 ◦ green 180 ◦ blue 25

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

Shades of Lima #85B419

Tints of Lima #85B419

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.25%

 BLUE value IS 25 (10.16% from 255) = 7.4%

R = 39.35%
G = 53.25%
B = 7.4%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#85B419 (or 0x85B419) is known color: Lima. HEX triplet: 85, B4 and 19. RGB value is (133,180,25). Sum of RGB (Red+Green+Blue) = 133+180+25=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 180 (70.70% from 255 or 53.25% from 338); Blue value is 25 (10.16% from 255 or 7.40% from 338); Max value from RGB is 180 - color contains mainly: green. Hex color #85B419 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B419 is #7A4BE6. Grayscale: #949494. Windows color (decimal): -8014823 or 1684613. OLE color: 1684613.

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

Color convert

RGB 133 180 25 -
CMYK 0.26 0 0.86 0.29
HSL 78.19º 0.76% 0.4% -
HSV(B) 78.19º 0.86% 0.71% -
XYZ 26.17 37.7 6.82 -
YUV 148.28 58.43 117.1 -
System Red Green Blue C M Y K H S L
Decimal 133 180 25 0.26 0 0.86 0.29 78.19 0.76 0.4
Hex 85 B4 19 1A 0 56 1D 4E 4C 28
Octal 205 264 31 32 0 126 35 116 114 50
Binary 10000101 10110100 11001 11010 0 1010110 11101 1001110 1001100 101000

Color Harmonies of #85B419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B419

Black with #85B419

Text Example


Text Example

White with #85B419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,180,25); }

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

background-color css

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

 a { background-color: rgb(133,180,25); }

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

border-color css

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

 span { border-color: rgb(133,180,25); }

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