Html Css Color HEX #85B10F Lima

📋 copy color: '#85B10F'

red 133 ◦ green 177 ◦ blue 15

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

Shades of Lima #85B10F

Tints of Lima #85B10F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 54.46%

 BLUE value IS 15 (6.25% from 255) = 4.62%

R = 40.92%
G = 54.46%
B = 4.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#85B10F (or 0x85B10F) is known color: Lima. HEX triplet: 85, B1 and 0F. RGB value is (133,177,15). Sum of RGB (Red+Green+Blue) = 133+177+15=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 177 (69.53% from 255 or 54.46% from 325); Blue value is 15 (6.25% from 255 or 4.62% from 325); Max value from RGB is 177 - color contains mainly: green. Hex color #85B10F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85B10F is #7A4EF0. Grayscale: #919191. Windows color (decimal): -8015601 or 1028485. OLE color: 1028485.

HSL color Cylindrical-coordinate representation of color #85B10F: hue angle of 76.3º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85B10F is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 177 15 -
CMYK 0.25 0 0.92 0.31
HSL 76.3º 0.84% 0.38% -
HSV(B) 76.3º 0.92% 0.69% -
XYZ 25.48 36.47 6.15 -
YUV 145.38 54.42 119.17 -
System Red Green Blue C M Y K H S L
Decimal 133 177 15 0.25 0 0.92 0.31 76.3 0.84 0.38
Hex 85 B1 F 19 0 5C 1F 4C 54 26
Octal 205 261 17 31 0 134 37 114 124 46
Binary 10000101 10110001 1111 11001 0 1011100 11111 1001100 1010100 100110

Color Harmonies of #85B10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B10F

Black with #85B10F

Text Example


Text Example

White with #85B10F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,177,15); }

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

background-color css

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

 a { background-color: rgb(133,177,15); }

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

border-color css

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

 span { border-color: rgb(133,177,15); }

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