Html Css Color HEX #85A610 Lima

📋 copy color: '#85A610'

red 133 ◦ green 166 ◦ blue 16

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

Shades of Lima #85A610

Tints of Lima #85A610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.08%

R = 42.22%
G = 52.7%
B = 5.08%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#85A610 (or 0x85A610) is known color: Lima. HEX triplet: 85, A6 and 10. RGB value is (133,166,16). Sum of RGB (Red+Green+Blue) = 133+166+16=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 166 (65.23% from 255 or 52.70% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 166 - color contains mainly: green. Hex color #85A610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A610 is #7A59EF. Grayscale: #8B8B8B. Windows color (decimal): -8018416 or 1091205. OLE color: 1091205.

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

Color convert

RGB 133 166 16 -
CMYK 0.20 0 0.90 0.35
HSL 73.2º 0.82% 0.36% -
HSV(B) 73.2º 0.9% 0.65% -
XYZ 23.4 32.3 5.49 -
YUV 139.03 58.57 123.7 -
System Red Green Blue C M Y K H S L
Decimal 133 166 16 0.20 0 0.90 0.35 73.2 0.82 0.36
Hex 85 A6 10 14 0 5A 23 49 52 24
Octal 205 246 20 24 0 132 43 111 122 44
Binary 10000101 10100110 10000 10100 0 1011010 100011 1001001 1010010 100100

Color Harmonies of #85A610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A610

Black with #85A610

Text Example


Text Example

White with #85A610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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