Html Css Color HEX #85B414 Lima

📋 copy color: '#85B414'

red 133 ◦ green 180 ◦ blue 20

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

Shades of Lima #85B414

Tints of Lima #85B414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.01%

R = 39.94%
G = 54.05%
B = 6.01%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#85B414 (or 0x85B414) is known color: Lima. HEX triplet: 85, B4 and 14. RGB value is (133,180,20). Sum of RGB (Red+Green+Blue) = 133+180+20=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 180 (70.70% from 255 or 54.05% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 180 - color contains mainly: green. Hex color #85B414 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B414 is #7A4BEB. Grayscale: #949494. Windows color (decimal): -8014828 or 1356933. OLE color: 1356933.

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

Color convert

RGB 133 180 20 -
CMYK 0.26 0 0.89 0.29
HSL 77.63º 0.8% 0.39% -
HSV(B) 77.63º 0.89% 0.71% -
XYZ 26.12 37.68 6.56 -
YUV 147.71 55.93 117.51 -
System Red Green Blue C M Y K H S L
Decimal 133 180 20 0.26 0 0.89 0.29 77.63 0.8 0.39
Hex 85 B4 14 1A 0 59 1D 4E 50 27
Octal 205 264 24 32 0 131 35 116 120 47
Binary 10000101 10110100 10100 11010 0 1011001 11101 1001110 1010000 100111

Color Harmonies of #85B414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B414

Black with #85B414

Text Example


Text Example

White with #85B414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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