Html Css Color HEX #85BC16 Lima

📋 copy color: '#85BC16'

red 133 ◦ green 188 ◦ blue 22

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

Shades of Lima #85BC16

Tints of Lima #85BC16

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.81%

 BLUE value IS 22 (8.98% from 255) = 6.41%

R = 38.78%
G = 54.81%
B = 6.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#85BC16 (or 0x85BC16) is known color: Lima. HEX triplet: 85, BC and 16. RGB value is (133,188,22). Sum of RGB (Red+Green+Blue) = 133+188+22=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BC16 is #7A43E9. Grayscale: #999999. Windows color (decimal): -8012778 or 1490053. OLE color: 1490053.

HSL color Cylindrical-coordinate representation of color #85BC16: hue angle of 79.88º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #85BC16 is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 188 22 -
CMYK 0.29 0 0.88 0.26
HSL 79.88º 0.79% 0.41% -
HSV(B) 79.88º 0.88% 0.74% -
XYZ 27.8 41.01 7.21 -
YUV 152.63 54.28 114 -
System Red Green Blue C M Y K H S L
Decimal 133 188 22 0.29 0 0.88 0.26 79.88 0.79 0.41
Hex 85 BC 16 1D 0 58 1A 50 4F 29
Octal 205 274 26 35 0 130 32 120 117 51
Binary 10000101 10111100 10110 11101 0 1011000 11010 1010000 1001111 101001

Color Harmonies of #85BC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BC16

Black with #85BC16

Text Example


Text Example

White with #85BC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,188,22); }

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

background-color css

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

 a { background-color: rgb(133,188,22); }

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

border-color css

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

 span { border-color: rgb(133,188,22); }

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