#85B50C

Color #85B50C Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #85B50C

Tints of Lima #85B50C

Color information

#85B50C (or 0x85B50C) is unknown color: approx Lima. HEX triplet: 85, B5 and 0C. RGB value is (133,181,12). Sum of RGB (Red+Green+Blue) = 133+181+12=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 181 (71.09% from 255 or 55.52% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 181 - color contains mainly: green. Hex color #85B50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B50C is #7A4AF3. Grayscale: #949494. Windows color (decimal): -8014580 or 832901. OLE color: 832901.

HSL color Cylindrical-coordinate representation of color #85B50C: hue angle of 77.04º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85B50C is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB13318112-
CMYK0.2700.930.29
HSL77.04º87.56%37.84%-
HSV(B)77.04º93.37%70.98%-
XYZ26.2638.066.31-
YUV147.3851.6117.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.80%
GREEN value IS 181 (71.09% from 255) = 55.52%
BLUE value IS 12 (5.08% from 255) = 3.68%
R=40.80%
G=55.52%
B=3.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal133181120.2700.930.2977.0487.5637.84
Hex85B5C1B05D1D4d5826
Octal205265143301353511513046
Binary1000010110110101110011011010111011110110011011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #85B50C;
 }
 .AnyTagClassName
 {
   color: #85B50C;
 }
</style>
background-color css

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

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

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

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

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

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