Html Css Color HEX #85A60E Lima

📋 copy color: '#85A60E'

red 133 ◦ green 166 ◦ blue 14

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

Shades of Lima #85A60E

Tints of Lima #85A60E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 53.04%

 BLUE value IS 14 (5.86% from 255) = 4.47%

R = 42.49%
G = 53.04%
B = 4.47%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#85A60E (or 0x85A60E) is known color: Lima. HEX triplet: 85, A6 and 0E. RGB value is (133,166,14). Sum of RGB (Red+Green+Blue) = 133+166+14=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 166 (65.23% from 255 or 53.04% from 313); Blue value is 14 (5.86% from 255 or 4.47% from 313); Max value from RGB is 166 - color contains mainly: green. Hex color #85A60E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A60E is #7A59F1. Grayscale: #8B8B8B. Windows color (decimal): -8018418 or 960133. OLE color: 960133.

HSL color Cylindrical-coordinate representation of color #85A60E: hue angle of 73.03º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85A60E is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 133 166 14 -
CMYK 0.20 0 0.92 0.35
HSL 73.03º 0.84% 0.35% -
HSV(B) 73.03º 0.92% 0.65% -
XYZ 23.39 32.29 5.42 -
YUV 138.81 57.57 123.86 -
System Red Green Blue C M Y K H S L
Decimal 133 166 14 0.20 0 0.92 0.35 73.03 0.84 0.35
Hex 85 A6 E 14 0 5C 23 49 54 23
Octal 205 246 16 24 0 134 43 111 124 43
Binary 10000101 10100110 1110 10100 0 1011100 100011 1001001 1010100 100011

Color Harmonies of #85A60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A60E

Black with #85A60E

Text Example


Text Example

White with #85A60E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,166,14); }

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

background-color css

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

 a { background-color: rgb(133,166,14); }

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

border-color css

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

 span { border-color: rgb(133,166,14); }

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