Html Css Color HEX #85B10C Lima

📋 copy color: '#85B10C'

red 133 ◦ green 177 ◦ blue 12

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

Shades of Lima #85B10C

Tints of Lima #85B10C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.73%

R = 41.3%
G = 54.97%
B = 3.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#85B10C (or 0x85B10C) is known color: Lima. HEX triplet: 85, B1 and 0C. RGB value is (133,177,12). Sum of RGB (Red+Green+Blue) = 133+177+12=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 177 (69.53% from 255 or 54.97% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 177 - color contains mainly: green. Hex color #85B10C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85B10C is #7A4EF3. Grayscale: #919191. Windows color (decimal): -8015604 or 831877. OLE color: 831877.

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

Color convert

RGB 133 177 12 -
CMYK 0.25 0 0.93 0.31
HSL 76º 0.87% 0.37% -
HSV(B) 76º 0.93% 0.69% -
XYZ 25.46 36.46 6.04 -
YUV 145.03 52.92 119.42 -
System Red Green Blue C M Y K H S L
Decimal 133 177 12 0.25 0 0.93 0.31 76 0.87 0.37
Hex 85 B1 C 19 0 5D 1F 4C 57 25
Octal 205 261 14 31 0 135 37 114 127 45
Binary 10000101 10110001 1100 11001 0 1011101 11111 1001100 1010111 100101

Color Harmonies of #85B10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B10C

Black with #85B10C

Text Example


Text Example

White with #85B10C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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